#66397D

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

Shades of Honey Flower #66397D

Tints of Honey Flower #66397D

Color information

#66397D (or 0x66397D) is unknown color: approx Honey Flower. HEX triplet: 66, 39 and 7D. RGB value is (102,57,125). Sum of RGB (Red+Green+Blue) = 102+57+125=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #66397D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66397D is #99C682. Grayscale: #4D4D4D. Windows color (decimal): -10077827 or 8206694. OLE color: 8206694.

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

Color convert

RGB10257125-
CMYK0.180.5400.51
HSL279.71º37.36%35.69%-
HSV(B)279.71º54.4%49.02%-
XYZ10.647.2320.24-
YUV78.21154.41144.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 57 (22.66% from 255) = 20.07%
BLUE value IS 125 (49.22% from 255) = 44.01%
R=35.92%
G=20.07%
B=44.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102571250.180.5400.51279.7137.3635.69
Hex66397D12360331182524
Octal1467117522660634304544
Binary11001101110011111101100101101100110011100011000100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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