Shades of Seance #66276A
Tints of Seance #66276A
RGB
CMYK
RGB Variations
Color information
#66276A (or 0x66276A) is known color: Seance. HEX triplet: 66, 27 and 6A. RGB value is (102,39,106). Sum of RGB (Red+Green+Blue) = 102+39+106=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #66276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66276A is #99D895. Grayscale: #414141. Windows color (decimal): -10082454 or 6956902. OLE color: 6956902.
HSL color Cylindrical-coordinate representation of color #66276A: hue angle of 296.42º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66276A is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 39 | 106 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.58 |
| HSL | 296.42º | 0.46% | 0.28% | - |
| HSV(B) | 296.42º | 0.63% | 0.42% | - |
| XYZ | 8.81 | 5.32 | 14.2 | - |
| YUV | 65.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 106 | 0.04 | 0.63 | 0 | 0.58 | 296.42 | 0.46 | 0.28 |
| Hex | 66 | 27 | 6A | 4 | 3F | 0 | 3A | 128 | 2E | 1C |
| Octal | 146 | 47 | 152 | 4 | 77 | 0 | 72 | 450 | 56 | 34 |
| Binary | 1100110 | 100111 | 1101010 | 100 | 111111 | 0 | 111010 | 100101000 | 101110 | 11100 |
Color Harmonies of #66276A
Complementary color
Monochromatic Colors of #66276A
Black with #66276A
Text Example
Text Example
White with #66276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66276A; }
p { color: rgb(102,39,106); }
H1.HeaderClassName
{
color: #66276A;
}
.AnyTagClassName
{
color: #66276A;
}
</style>
background-color css
<style>
a { background-color: #66276A; }
a { background-color: rgb(102,39,106); }
div.DivClassName
{
background-color: #66276A;
}
.BgClassName
{
background-color: #66276A;
}
</style>
border-color css
<style>
span { border-color: #66276A; }
span { border-color: rgb(102,39,106); }
td.TdClassName
{
border-color: #66276A;
}
.TagClassName
{
border-color: #66276A;
}
</style>