Shades of Seance #66256D
Tints of Seance #66256D
RGB
CMYK
RGB Variations
Color information
#66256D (or 0x66256D) is known color: Seance. HEX triplet: 66, 25 and 6D. RGB value is (102,37,109). Sum of RGB (Red+Green+Blue) = 102+37+109=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #66256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66256D is #99DA92. Grayscale: #404040. Windows color (decimal): -10082963 or 7152998. OLE color: 7152998.
HSL color Cylindrical-coordinate representation of color #66256D: hue angle of 294.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66256D is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 37 | 109 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.57 |
| HSL | 294.17º | 0.49% | 0.29% | - |
| HSV(B) | 294.17º | 0.66% | 0.43% | - |
| XYZ | 8.9 | 5.25 | 15.01 | - |
| YUV | 64.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 109 | 0.06 | 0.66 | 0 | 0.57 | 294.17 | 0.49 | 0.29 |
| Hex | 66 | 25 | 6D | 6 | 42 | 0 | 39 | 126 | 31 | 1D |
| Octal | 146 | 45 | 155 | 6 | 102 | 0 | 71 | 446 | 61 | 35 |
| Binary | 1100110 | 100101 | 1101101 | 110 | 1000010 | 0 | 111001 | 100100110 | 110001 | 11101 |
Color Harmonies of #66256D
Complementary color
Monochromatic Colors of #66256D
Black with #66256D
Text Example
Text Example
White with #66256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66256D; }
p { color: rgb(102,37,109); }
H1.HeaderClassName
{
color: #66256D;
}
.AnyTagClassName
{
color: #66256D;
}
</style>
background-color css
<style>
a { background-color: #66256D; }
a { background-color: rgb(102,37,109); }
div.DivClassName
{
background-color: #66256D;
}
.BgClassName
{
background-color: #66256D;
}
</style>
border-color css
<style>
span { border-color: #66256D; }
span { border-color: rgb(102,37,109); }
td.TdClassName
{
border-color: #66256D;
}
.TagClassName
{
border-color: #66256D;
}
</style>