#64477F

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

Shades of Kingfisher Daisy #64477F

Tints of Kingfisher Daisy #64477F

Color information

#64477F (or 0x64477F) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 47 and 7F. RGB value is (100,71,127). Sum of RGB (Red+Green+Blue) = 100+71+127=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #64477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64477F is #9BB880. Grayscale: #555555. Windows color (decimal): -10205313 or 8341348. OLE color: 8341348.

HSL color Cylindrical-coordinate representation of color #64477F: hue angle of 271.07º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64477F is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10071127-
CMYK0.210.4400.50
HSL271.07º28.28%38.82%-
HSV(B)271.07º44.09%49.8%-
XYZ11.348.7521.17-
YUV86.06151.11137.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.56%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 127 (50% from 255) = 42.62%
R=33.56%
G=23.83%
B=42.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100711270.210.4400.50271.0728.2838.82
Hex64477F152C03210f1c27
Octal14410717725540624173447
Binary11001001000111111111110101101100011001010000111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64477F; }

 p { color: rgb(100,71,127); }

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

<style>
 a { background-color: #64477F; }

 a { background-color: rgb(100,71,127); }

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

<style>
 span { border-color: #64477F; }

 span { border-color: rgb(100,71,127); }

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