#64417F

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

Shades of Kingfisher Daisy #64417F

Tints of Kingfisher Daisy #64417F

Color information

#64417F (or 0x64417F) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 41 and 7F. RGB value is (100,65,127). Sum of RGB (Red+Green+Blue) = 100+65+127=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #64417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64417F is #9BBE80. Grayscale: #525252. Windows color (decimal): -10206849 or 8339812. OLE color: 8339812.

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

Color convert

RGB10065127-
CMYK0.210.4900.50
HSL273.87º32.29%37.65%-
HSV(B)273.87º48.82%49.8%-
XYZ10.988.0221.05-
YUV82.53153.1140.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.25%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 127 (50% from 255) = 43.49%
R=34.25%
G=22.26%
B=43.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100651270.210.4900.50273.8732.2937.65
Hex64417F15310321122026
Octal14410117725610624224046
Binary110010010000011111111101011100010110010100010010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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