Shades of Seance #66376F
Tints of Seance #66376F
RGB
CMYK
RGB Variations
Color information
#66376F (or 0x66376F) is known color: Seance. HEX triplet: 66, 37 and 6F. RGB value is (102,55,111). Sum of RGB (Red+Green+Blue) = 102+55+111=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 111 - color contains mainly: blue. Hex color #66376F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66376F is #99C890. Grayscale: #4B4B4B. Windows color (decimal): -10078353 or 7288678. OLE color: 7288678.
HSL color Cylindrical-coordinate representation of color #66376F: hue angle of 290.36º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66376F is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 55 | 111 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.56 |
| HSL | 290.36º | 0.34% | 0.33% | - |
| HSV(B) | 290.36º | 0.5% | 0.44% | - |
| XYZ | 9.71 | 6.7 | 15.82 | - |
| YUV | 75.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 111 | 0.08 | 0.50 | 0 | 0.56 | 290.36 | 0.34 | 0.33 |
| Hex | 66 | 37 | 6F | 8 | 32 | 0 | 38 | 122 | 22 | 21 |
| Octal | 146 | 67 | 157 | 10 | 62 | 0 | 70 | 442 | 42 | 41 |
| Binary | 1100110 | 110111 | 1101111 | 1000 | 110010 | 0 | 111000 | 100100010 | 100010 | 100001 |
Color Harmonies of #66376F
Complementary color
Monochromatic Colors of #66376F
Black with #66376F
Text Example
Text Example
White with #66376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66376F; }
p { color: rgb(102,55,111); }
H1.HeaderClassName
{
color: #66376F;
}
.AnyTagClassName
{
color: #66376F;
}
</style>
background-color css
<style>
a { background-color: #66376F; }
a { background-color: rgb(102,55,111); }
div.DivClassName
{
background-color: #66376F;
}
.BgClassName
{
background-color: #66376F;
}
</style>
border-color css
<style>
span { border-color: #66376F; }
span { border-color: rgb(102,55,111); }
td.TdClassName
{
border-color: #66376F;
}
.TagClassName
{
border-color: #66376F;
}
</style>