#64426C

Color #64426C Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #64426C

Tints of Honey Flower #64426C

Color information

#64426C (or 0x64426C) is unknown color: approx Honey Flower. HEX triplet: 64, 42 and 6C. RGB value is (100,66,108). Sum of RGB (Red+Green+Blue) = 100+66+108=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #64426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64426C is #9BBD93. Grayscale: #505050. Windows color (decimal): -10206612 or 7094884. OLE color: 7094884.

HSL color Cylindrical-coordinate representation of color #64426C: hue angle of 288.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64426C is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10066108-
CMYK0.070.3900.58
HSL288.57º24.14%34.12%-
HSV(B)288.57º38.89%42.35%-
XYZ9.917.6915.15-
YUV80.95143.26141.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.50%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=36.50%
G=24.09%
B=39.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100661080.070.3900.58288.5724.1434.12
Hex64426C72703A1211822
Octal1441021547470724413042
Binary110010010000101101100111100111011101010010000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64426C; }

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

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

<style>
 a { background-color: #64426C; }

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

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

<style>
 span { border-color: #64426C; }

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

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