#64487C

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

Shades of Honey Flower #64487C

Tints of Honey Flower #64487C

Color information

#64487C (or 0x64487C) is unknown color: approx 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

RGB10072124-
CMYK0.190.4200.51
HSL272.31º26.53%38.43%-
HSV(B)272.31º41.94%48.63%-
XYZ11.218.820.18-
YUV86.3149.28137.77-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100721240.190.4200.51272.3126.5338.43
Hex64487C132A0331101b26
Octal14411017423520634203346
Binary11001001001000111110010011101010011001110001000011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>