#664476

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

Shades of Honey Flower #664476

Tints of Honey Flower #664476

Color information

#664476 (or 0x664476) is unknown color: approx Honey Flower. HEX triplet: 66, 44 and 76. RGB value is (102,68,118). Sum of RGB (Red+Green+Blue) = 102+68+118=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #664476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664476 is #99BB89. Grayscale: #535353. Windows color (decimal): -10075018 or 7750758. OLE color: 7750758.

HSL color Cylindrical-coordinate representation of color #664476: hue angle of 280.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #664476 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10268118-
CMYK0.140.4200.54
HSL280.8º26.88%36.47%-
HSV(B)280.8º42.37%46.27%-
XYZ10.828.2718.17-
YUV83.87147.26140.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 68 (26.95% from 255) = 23.61%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=35.42%
G=23.61%
B=40.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102681180.140.4200.54280.826.8836.47
Hex664476E2A0361191b24
Octal14610416616520664313344
Binary1100110100010011101101110101010011011010001100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664476; }

 p { color: rgb(102,68,118); }

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

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

 a { background-color: rgb(102,68,118); }

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

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

 span { border-color: rgb(102,68,118); }

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