#64427F

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

Shades of Kingfisher Daisy #64427F

Tints of Kingfisher Daisy #64427F

Color information

#64427F (or 0x64427F) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 42 and 7F. RGB value is (100,66,127). Sum of RGB (Red+Green+Blue) = 100+66+127=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #64427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64427F is #9BBD80. Grayscale: #525252. Windows color (decimal): -10206593 or 8340068. OLE color: 8340068.

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

Color convert

RGB10066127-
CMYK0.210.4800.50
HSL273.44º31.61%37.84%-
HSV(B)273.44º48.03%49.8%-
XYZ11.038.1421.07-
YUV83.12152.76140.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 127 (50% from 255) = 43.34%
R=34.13%
G=22.53%
B=43.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100661270.210.4800.50273.4431.6137.84
Hex64427F15300321112026
Octal14410217725600624214046
Binary110010010000101111111101011100000110010100010001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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