#64437F

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

Shades of Kingfisher Daisy #64437F

Tints of Kingfisher Daisy #64437F

Color information

#64437F (or 0x64437F) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 43 and 7F. RGB value is (100,67,127). Sum of RGB (Red+Green+Blue) = 100+67+127=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #64437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64437F is #9BBC80. Grayscale: #535353. Windows color (decimal): -10206337 or 8340324. OLE color: 8340324.

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

Color convert

RGB10067127-
CMYK0.210.4700.50
HSL273º30.93%38.04%-
HSV(B)273º47.24%49.8%-
XYZ11.098.2621.09-
YUV83.71152.43139.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.01%
GREEN value IS 67 (26.56% from 255) = 22.79%
BLUE value IS 127 (50% from 255) = 43.20%
R=34.01%
G=22.79%
B=43.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100671270.210.4700.5027330.9338.04
Hex64437F152F0321111f26
Octal14410317725570624213746
Binary11001001000011111111110101101111011001010001000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64437F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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