#651A90

Color #651A90 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #651A90

Tints of Kingfisher Daisy #651A90

Color information

#651A90 (or 0x651A90) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 1A and 90. RGB value is (101,26,144). Sum of RGB (Red+Green+Blue) = 101+26+144=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #651A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651A90 is #9AE56F. Grayscale: #3D3D3D. Windows color (decimal): -10151280 or 9443941. OLE color: 9443941.

HSL color Cylindrical-coordinate representation of color #651A90: hue angle of 278.14º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651A90 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10126144-
CMYK0.300.8200.44
HSL278.14º69.41%33.33%-
HSV(B)278.14º81.94%56.47%-
XYZ10.775.5226.88-
YUV61.88174.35155.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 37.27%
GREEN value IS 26 (10.55% from 255) = 9.59%
BLUE value IS 144 (56.64% from 255) = 53.14%
R=37.27%
G=9.59%
B=53.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101261440.300.8200.44278.1469.4133.33
Hex651A901E5202C1164521
Octal145322203612205442610541
Binary1100101110101001000011110101001001011001000101101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651A90; }

 p { color: rgb(101,26,144); }

 H1.HeaderClassName
 {
   color: #651A90;
 }
 .AnyTagClassName
 {
   color: #651A90;
 }
</style>
background-color css

<style>
 a { background-color: #651A90; }

 a { background-color: rgb(101,26,144); }

 div.DivClassName
 {
   background-color: #651A90;
 }
 .BgClassName
 {
   background-color: #651A90;
 }
</style>
border-color css

<style>
 span { border-color: #651A90; }

 span { border-color: rgb(101,26,144); }

 td.TdClassName
 {
   border-color: #651A90;
 }
 .TagClassName
 {
   border-color: #651A90;
 }
</style>