Html Css Color HEX #64477B Honey Flower

📋 copy color: '#64477B'

red 100 ◦ green 71 ◦ blue 123

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

Shades of Honey Flower #64477B

Tints of Honey Flower #64477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 123 (48.44% from 255) = 41.84%

R = 34.01%
G = 24.15%
B = 41.84%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#64477B (or 0x64477B) is known color: Honey Flower. HEX triplet: 64, 47 and 7B. RGB value is (100,71,123). Sum of RGB (Red+Green+Blue) = 100+71+123=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #64477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64477B is #9BB884. Grayscale: #555555. Windows color (decimal): -10205317 or 8079204. OLE color: 8079204.

HSL color Cylindrical-coordinate representation of color #64477B: hue angle of 273.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64477B is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 71 123 -
CMYK 0.19 0.42 0 0.52
HSL 273.46º 0.27% 0.38% -
HSV(B) 273.46º 0.42% 0.48% -
XYZ 11.08 8.65 19.82 -
YUV 85.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 100 71 123 0.19 0.42 0 0.52 273.46 0.27 0.38
Hex 64 47 7B 13 2A 0 34 111 1B 26
Octal 144 107 173 23 52 0 64 421 33 46
Binary 1100100 1000111 1111011 10011 101010 0 110100 100010001 11011 100110

Color Harmonies of #64477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64477B

Black with #64477B

Text Example


Text Example

White with #64477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64477B; }

 p { color: rgb(100,71,123); }

 H1.HeaderClassName
 {
   color: #64477B;
 }
 .AnyTagClassName
 {
   color: #64477B;
 }
</style>

background-color css

<style>
 a { background-color: #64477B; }

 a { background-color: rgb(100,71,123); }

 div.DivClassName
 {
   background-color: #64477B;
 }
 .BgClassName
 {
   background-color: #64477B;
 }
</style>

border-color css

<style>
 span { border-color: #64477B; }

 span { border-color: rgb(100,71,123); }

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