#64487A

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

Shades of Honey Flower #64487A

Tints of Honey Flower #64487A

Color information

#64487A (or 0x64487A) is unknown color: approx Honey Flower. HEX triplet: 64, 48 and 7A. RGB value is (100,72,122). Sum of RGB (Red+Green+Blue) = 100+72+122=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #64487A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64487A is #9BB785. Grayscale: #555555. Windows color (decimal): -10205062 or 8013924. OLE color: 8013924.

HSL color Cylindrical-coordinate representation of color #64487A: hue angle of 273.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64487A is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10072122-
CMYK0.180.4100.52
HSL273.6º25.77%38.04%-
HSV(B)273.6º40.98%47.84%-
XYZ11.098.7519.52-
YUV86.07148.28137.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.01%
GREEN value IS 72 (28.52% from 255) = 24.49%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=34.01%
G=24.49%
B=41.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100721220.180.4100.52273.625.7738.04
Hex64487A12290341121a26
Octal14411017222510644223246
Binary11001001001000111101010010101001011010010001001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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