#64377E

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

Shades of Kingfisher Daisy #64377E

Tints of Kingfisher Daisy #64377E

Color information

#64377E (or 0x64377E) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 37 and 7E. RGB value is (100,55,126). Sum of RGB (Red+Green+Blue) = 100+55+126=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 126 - color contains mainly: blue. Hex color #64377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64377E is #9BC881. Grayscale: #4C4C4C. Windows color (decimal): -10209410 or 8271716. OLE color: 8271716.

HSL color Cylindrical-coordinate representation of color #64377E: hue angle of 278.03º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64377E is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10055126-
CMYK0.210.5600.51
HSL278.03º39.23%35.49%-
HSV(B)278.03º56.35%49.41%-
XYZ10.396.9520.53-
YUV76.55155.91144.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.59%
GREEN value IS 55 (21.88% from 255) = 19.57%
BLUE value IS 126 (49.61% from 255) = 44.84%
R=35.59%
G=19.57%
B=44.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100551260.210.5600.51278.0339.2335.49
Hex64377E15380331162723
Octal1446717625700634264743
Binary11001001101111111110101011110000110011100010110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64377E; }

 p { color: rgb(100,55,126); }

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

<style>
 a { background-color: #64377E; }

 a { background-color: rgb(100,55,126); }

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

<style>
 span { border-color: #64377E; }

 span { border-color: rgb(100,55,126); }

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