#64447F

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

Shades of Kingfisher Daisy #64447F

Tints of Kingfisher Daisy #64447F

Color information

#64447F (or 0x64447F) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 44 and 7F. RGB value is (100,68,127). Sum of RGB (Red+Green+Blue) = 100+68+127=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #64447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64447F is #9BBB80. Grayscale: #545454. Windows color (decimal): -10206081 or 8340580. OLE color: 8340580.

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

Color convert

RGB10068127-
CMYK0.210.4600.50
HSL272.54º30.26%38.24%-
HSV(B)272.54º46.46%49.8%-
XYZ11.158.3821.11-
YUV84.29152.1139.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 127 (50% from 255) = 43.05%
R=33.90%
G=23.05%
B=43.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100681270.210.4600.50272.5430.2638.24
Hex64447F152E0321111e26
Octal14410417725560624213646
Binary11001001000100111111110101101110011001010001000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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