#664273

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

Shades of Honey Flower #664273

Tints of Honey Flower #664273

Color information

#664273 (or 0x664273) is unknown color: approx Honey Flower. HEX triplet: 66, 42 and 73. RGB value is (102,66,115). Sum of RGB (Red+Green+Blue) = 102+66+115=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #664273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664273 is #99BD8C. Grayscale: #525252. Windows color (decimal): -10075533 or 7553638. OLE color: 7553638.

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

Color convert

RGB10266115-
CMYK0.110.4300.55
HSL284.08º27.07%35.49%-
HSV(B)284.08º42.61%45.1%-
XYZ10.527.9617.2-
YUV82.35146.43142.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=36.04%
G=23.32%
B=40.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102661150.110.4300.55284.0827.0735.49
Hex664273B2B03711c1b23
Octal14610216313530674343343
Binary1100110100001011100111011101011011011110001110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664273; }

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

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

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

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

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

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

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

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