Html Css Color HEX #64426C Honey Flower

📋 copy color: '#64426C'

red 100 ◦ green 66 ◦ blue 108

#64426C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #64426C

Tints of Honey Flower #64426C

RGB

 RED value IS 100 (39.45% from 255) = 36.5%

 GREEN value IS 66 (26.17% from 255) = 24.09%

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 36.5%
G = 24.09%
B = 39.42%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#64426C (or 0x64426C) is known color: 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

RGB 100 66 108 -
CMYK 0.07 0.39 0 0.58
HSL 288.57º 0.24% 0.34% -
HSV(B) 288.57º 0.39% 0.42% -
XYZ 9.91 7.69 15.15 -
YUV 80.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 100 66 108 0.07 0.39 0 0.58 288.57 0.24 0.34
Hex 64 42 6C 7 27 0 3A 121 18 22
Octal 144 102 154 7 47 0 72 441 30 42
Binary 1100100 1000010 1101100 111 100111 0 111010 100100001 11000 100010

Color Harmonies of #64426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64426C

Black with #64426C

Text Example


Text Example

White with #64426C

Text Example


Text Example

HTML Codes & Css Web 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>