#66296C

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

Shades of Seance #66296C

Tints of Seance #66296C

Color information

#66296C (or 0x66296C) is unknown color: approx Seance. HEX triplet: 66, 29 and 6C. RGB value is (102,41,108). Sum of RGB (Red+Green+Blue) = 102+41+108=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #66296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66296C is #99D693. Grayscale: #424242. Windows color (decimal): -10081940 or 7088486. OLE color: 7088486.

HSL color Cylindrical-coordinate representation of color #66296C: hue angle of 294.63º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66296C is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10241108-
CMYK0.060.6200.58
HSL294.63º44.97%29.22%-
HSV(B)294.63º62.04%42.35%-
XYZ8.985.4914.77-
YUV66.88151.21153.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 41 (16.41% from 255) = 16.33%
BLUE value IS 108 (42.58% from 255) = 43.03%
R=40.64%
G=16.33%
B=43.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102411080.060.6200.58294.6344.9729.22
Hex66296C63E03A1272d1d
Octal146511546760724475535
Binary11001101010011101100110111110011101010010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66296C; }

 p { color: rgb(102,41,108); }

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

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

 a { background-color: rgb(102,41,108); }

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

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

 span { border-color: rgb(102,41,108); }

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