#663076

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

Shades of Seance #663076

Tints of Seance #663076

Color information

#663076 (or 0x663076) is unknown color: approx Seance. HEX triplet: 66, 30 and 76. RGB value is (102,48,118). Sum of RGB (Red+Green+Blue) = 102+48+118=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #663076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663076 is #99CF89. Grayscale: #474747. Windows color (decimal): -10080138 or 7745638. OLE color: 7745638.

HSL color Cylindrical-coordinate representation of color #663076: hue angle of 286.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #663076 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10248118-
CMYK0.140.5900.54
HSL286.29º42.17%32.55%-
HSV(B)286.29º59.32%46.27%-
XYZ9.816.2517.83-
YUV72.13153.89149.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=38.06%
G=17.91%
B=44.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102481180.140.5900.54286.2942.1732.55
Hex663076E3B03611e2a21
Octal1466016616730664365241
Binary1100110110000111011011101110110110110100011110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663076; }

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

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

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

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

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

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

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

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