#66297B

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

Shades of Seance #66297B

Tints of Seance #66297B

Color information

#66297B (or 0x66297B) is unknown color: approx Seance. HEX triplet: 66, 29 and 7B. RGB value is (102,41,123). Sum of RGB (Red+Green+Blue) = 102+41+123=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #66297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66297B is #99D684. Grayscale: #444444. Windows color (decimal): -10081925 or 8071526. OLE color: 8071526.

HSL color Cylindrical-coordinate representation of color #66297B: hue angle of 284.63º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66297B is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10241123-
CMYK0.170.6700.52
HSL284.63º50%32.16%-
HSV(B)284.63º66.67%48.24%-
XYZ9.855.8419.35-
YUV68.59158.71151.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 123 (48.44% from 255) = 46.24%
R=38.35%
G=15.41%
B=46.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102411230.170.6700.52284.635032.16
Hex66297B114303411d3220
Octal14651173211030644356240
Binary110011010100111110111000110000110110100100011101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66297B; }

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

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

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

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

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

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

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

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