Shades of Seance #66276E
Tints of Seance #66276E
RGB
CMYK
RGB Variations
Color information
#66276E (or 0x66276E) is known color: Seance. HEX triplet: 66, 27 and 6E. RGB value is (102,39,110). Sum of RGB (Red+Green+Blue) = 102+39+110=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #66276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66276E is #99D891. Grayscale: #414141. Windows color (decimal): -10082450 or 7219046. OLE color: 7219046.
HSL color Cylindrical-coordinate representation of color #66276E: hue angle of 293.24º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66276E is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 39 | 110 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.57 |
| HSL | 293.24º | 0.48% | 0.29% | - |
| HSV(B) | 293.24º | 0.65% | 0.43% | - |
| XYZ | 9.02 | 5.4 | 15.32 | - |
| YUV | 65.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 110 | 0.07 | 0.65 | 0 | 0.57 | 293.24 | 0.48 | 0.29 |
| Hex | 66 | 27 | 6E | 7 | 41 | 0 | 39 | 125 | 30 | 1D |
| Octal | 146 | 47 | 156 | 7 | 101 | 0 | 71 | 445 | 60 | 35 |
| Binary | 1100110 | 100111 | 1101110 | 111 | 1000001 | 0 | 111001 | 100100101 | 110000 | 11101 |
Color Harmonies of #66276E
Complementary color
Monochromatic Colors of #66276E
Black with #66276E
Text Example
Text Example
White with #66276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66276E; }
p { color: rgb(102,39,110); }
H1.HeaderClassName
{
color: #66276E;
}
.AnyTagClassName
{
color: #66276E;
}
</style>
background-color css
<style>
a { background-color: #66276E; }
a { background-color: rgb(102,39,110); }
div.DivClassName
{
background-color: #66276E;
}
.BgClassName
{
background-color: #66276E;
}
</style>
border-color css
<style>
span { border-color: #66276E; }
span { border-color: rgb(102,39,110); }
td.TdClassName
{
border-color: #66276E;
}
.TagClassName
{
border-color: #66276E;
}
</style>