#664473

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

Shades of Honey Flower #664473

Tints of Honey Flower #664473

Color information

#664473 (or 0x664473) is unknown color: approx Honey Flower. HEX triplet: 66, 44 and 73. RGB value is (102,68,115). Sum of RGB (Red+Green+Blue) = 102+68+115=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #664473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664473 is #99BB8C. Grayscale: #535353. Windows color (decimal): -10075021 or 7554150. OLE color: 7554150.

HSL color Cylindrical-coordinate representation of color #664473: hue angle of 283.4º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #664473 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10268115-
CMYK0.110.4100.55
HSL283.4º25.68%35.88%-
HSV(B)283.4º40.87%45.1%-
XYZ10.648.217.24-
YUV83.52145.76141.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=35.79%
G=23.86%
B=40.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102681150.110.4100.55283.425.6835.88
Hex664473B2903711b1a24
Octal14610416313510674333244
Binary1100110100010011100111011101001011011110001101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664473; }

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

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

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

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

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

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

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

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