#664073

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

Shades of Honey Flower #664073

Tints of Honey Flower #664073

Color information

#664073 (or 0x664073) is unknown color: approx Honey Flower. HEX triplet: 66, 40 and 73. RGB value is (102,64,115). Sum of RGB (Red+Green+Blue) = 102+64+115=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #664073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664073 is #99BF8C. Grayscale: #515151. Windows color (decimal): -10076045 or 7553126. OLE color: 7553126.

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

Color convert

RGB10264115-
CMYK0.110.4400.55
HSL284.71º28.49%35.1%-
HSV(B)284.71º44.35%45.1%-
XYZ10.417.7317.16-
YUV81.18147.09142.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=36.30%
G=22.78%
B=40.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102641150.110.4400.55284.7128.4935.1
Hex664073B2C03711d1c23
Octal14610016313540674353443
Binary1100110100000011100111011101100011011110001110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664073; }

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

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

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

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

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

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

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

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