#664475

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

Shades of Honey Flower #664475

Tints of Honey Flower #664475

Color information

#664475 (or 0x664475) is unknown color: approx Honey Flower. HEX triplet: 66, 44 and 75. RGB value is (102,68,117). Sum of RGB (Red+Green+Blue) = 102+68+117=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #664475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664475 is #99BB8A. Grayscale: #535353. Windows color (decimal): -10075019 or 7685222. OLE color: 7685222.

HSL color Cylindrical-coordinate representation of color #664475: hue angle of 281.63º degrees, saturation: 0.26, 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 #664475 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10268117-
CMYK0.130.4200.54
HSL281.63º26.49%36.27%-
HSV(B)281.63º41.88%45.88%-
XYZ10.768.2417.85-
YUV83.75146.76141.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=35.54%
G=23.69%
B=40.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102681170.130.4200.54281.6326.4936.27
Hex664475D2A03611a1a24
Octal14610416515520664323244
Binary1100110100010011101011101101010011011010001101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664475; }

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

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

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

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

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

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

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

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