#662E76

Color #662E76 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #662E76

Tints of Seance #662E76

Color information

#662E76 (or 0x662E76) is unknown color: approx Seance. HEX triplet: 66, 2E and 76. RGB value is (102,46,118). Sum of RGB (Red+Green+Blue) = 102+46+118=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #662E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E76 is #99D189. Grayscale: #464646. Windows color (decimal): -10080650 or 7745126. OLE color: 7745126.

HSL color Cylindrical-coordinate representation of color #662E76: hue angle of 286.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662E76 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10246118-
CMYK0.140.6100.54
HSL286.67º43.9%32.16%-
HSV(B)286.67º61.02%46.27%-
XYZ9.736.0917.8-
YUV70.95154.55150.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 46 (18.36% from 255) = 17.29%
BLUE value IS 118 (46.48% from 255) = 44.36%
R=38.35%
G=17.29%
B=44.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102461180.140.6100.54286.6743.932.16
Hex662E76E3D03611f2c20
Octal1465616616750664375440
Binary1100110101110111011011101111010110110100011111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662E76; }

 p { color: rgb(102,46,118); }

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

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

 a { background-color: rgb(102,46,118); }

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

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

 span { border-color: rgb(102,46,118); }

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