#64327F

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

Shades of Kingfisher Daisy #64327F

Tints of Kingfisher Daisy #64327F

Color information

#64327F (or 0x64327F) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 32 and 7F. RGB value is (100,50,127). Sum of RGB (Red+Green+Blue) = 100+50+127=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #64327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64327F is #9BCD80. Grayscale: #494949. Windows color (decimal): -10210689 or 8335972. OLE color: 8335972.

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

Color convert

RGB10050127-
CMYK0.210.6100.50
HSL278.96º43.5%34.71%-
HSV(B)278.96º60.63%49.8%-
XYZ10.236.5220.8-
YUV73.73158.06146.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 127 (50% from 255) = 45.85%
R=36.10%
G=18.05%
B=45.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100501270.210.6100.50278.9643.534.71
Hex64327F153D0321172c23
Octal1446217725750624275443
Binary11001001100101111111101011111010110010100010111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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