Html Css Color HEX #64487C Honey Flower

📋 copy color: '#64487C'

red 100 ◦ green 72 ◦ blue 124

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

Shades of Honey Flower #64487C

Tints of Honey Flower #64487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.32%

 BLUE value IS 124 (48.83% from 255) = 41.89%

R = 33.78%
G = 24.32%
B = 41.89%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64487C (or 0x64487C) is known color: Honey Flower. HEX triplet: 64, 48 and 7C. RGB value is (100,72,124). Sum of RGB (Red+Green+Blue) = 100+72+124=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #64487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64487C is #9BB783. Grayscale: #565656. Windows color (decimal): -10205060 or 8144996. OLE color: 8144996.

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

Color convert

RGB 100 72 124 -
CMYK 0.19 0.42 0 0.51
HSL 272.31º 0.27% 0.38% -
HSV(B) 272.31º 0.42% 0.49% -
XYZ 11.21 8.8 20.18 -
YUV 86.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 100 72 124 0.19 0.42 0 0.51 272.31 0.27 0.38
Hex 64 48 7C 13 2A 0 33 110 1B 26
Octal 144 110 174 23 52 0 63 420 33 46
Binary 1100100 1001000 1111100 10011 101010 0 110011 100010000 11011 100110

Color Harmonies of #64487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64487C

Black with #64487C

Text Example


Text Example

White with #64487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,72,124); }

 H1.HeaderClassName
 {
   color: #64487C;
 }
 .AnyTagClassName
 {
   color: #64487C;
 }
</style>

background-color css

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

 a { background-color: rgb(100,72,124); }

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

border-color css

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

 span { border-color: rgb(100,72,124); }

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