#662776

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

Shades of Seance #662776

Tints of Seance #662776

Color information

#662776 (or 0x662776) is unknown color: approx Seance. HEX triplet: 66, 27 and 76. RGB value is (102,39,118). Sum of RGB (Red+Green+Blue) = 102+39+118=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #662776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662776 is #99D889. Grayscale: #424242. Windows color (decimal): -10082442 or 7743334. OLE color: 7743334.

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

Color convert

RGB10239118-
CMYK0.140.6700.54
HSL287.85º50.32%30.78%-
HSV(B)287.85º66.95%46.27%-
XYZ9.485.5817.72-
YUV66.84156.87153.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 39 (15.62% from 255) = 15.06%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=39.38%
G=15.06%
B=45.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102391180.140.6700.54287.8550.3230.78
Hex662776E43036120321f
Octal14647166161030664406237
Binary1100110100111111011011101000011011011010010000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662776; }

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

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

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

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

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

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

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

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