Shades of Seance #66286B
Tints of Seance #66286B
RGB
CMYK
RGB Variations
Color information
#66286B (or 0x66286B) is known color: Seance. HEX triplet: 66, 28 and 6B. RGB value is (102,40,107). Sum of RGB (Red+Green+Blue) = 102+40+107=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #66286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66286B is #99D794. Grayscale: #414141. Windows color (decimal): -10082197 or 7022694. OLE color: 7022694.
HSL color Cylindrical-coordinate representation of color #66286B: hue angle of 295.52º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66286B is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 40 | 107 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.58 |
| HSL | 295.52º | 0.46% | 0.29% | - |
| HSV(B) | 295.52º | 0.63% | 0.42% | - |
| XYZ | 8.89 | 5.4 | 14.48 | - |
| YUV | 66.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 107 | 0.05 | 0.63 | 0 | 0.58 | 295.52 | 0.46 | 0.29 |
| Hex | 66 | 28 | 6B | 5 | 3F | 0 | 3A | 128 | 2E | 1D |
| Octal | 146 | 50 | 153 | 5 | 77 | 0 | 72 | 450 | 56 | 35 |
| Binary | 1100110 | 101000 | 1101011 | 101 | 111111 | 0 | 111010 | 100101000 | 101110 | 11101 |
Color Harmonies of #66286B
Complementary color
Monochromatic Colors of #66286B
Black with #66286B
Text Example
Text Example
White with #66286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66286B; }
p { color: rgb(102,40,107); }
H1.HeaderClassName
{
color: #66286B;
}
.AnyTagClassName
{
color: #66286B;
}
</style>
background-color css
<style>
a { background-color: #66286B; }
a { background-color: rgb(102,40,107); }
div.DivClassName
{
background-color: #66286B;
}
.BgClassName
{
background-color: #66286B;
}
</style>
border-color css
<style>
span { border-color: #66286B; }
span { border-color: rgb(102,40,107); }
td.TdClassName
{
border-color: #66286B;
}
.TagClassName
{
border-color: #66286B;
}
</style>