#66337D

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

Shades of Honey Flower #66337D

Tints of Honey Flower #66337D

Color information

#66337D (or 0x66337D) is unknown color: approx Honey Flower. HEX triplet: 66, 33 and 7D. RGB value is (102,51,125). Sum of RGB (Red+Green+Blue) = 102+51+125=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #66337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66337D is #99CC82. Grayscale: #4A4A4A. Windows color (decimal): -10079363 or 8205158. OLE color: 8205158.

HSL color Cylindrical-coordinate representation of color #66337D: hue angle of 281.35º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66337D is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10251125-
CMYK0.180.5900.51
HSL281.35º42.05%34.51%-
HSV(B)281.35º59.2%49.02%-
XYZ10.366.6720.14-
YUV74.68156.4147.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 51 (20.31% from 255) = 18.35%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=36.69%
G=18.35%
B=44.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102511250.180.5900.51281.3542.0534.51
Hex66337D123B0331192a23
Octal1466317522730634315243
Binary11001101100111111101100101110110110011100011001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66337D; }

 p { color: rgb(102,51,125); }

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

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

 a { background-color: rgb(102,51,125); }

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

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

 span { border-color: rgb(102,51,125); }

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