Shades of Seance #66306F
Tints of Seance #66306F
RGB
CMYK
RGB Variations
Color information
#66306F (or 0x66306F) is known color: Seance. HEX triplet: 66, 30 and 6F. RGB value is (102,48,111). Sum of RGB (Red+Green+Blue) = 102+48+111=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 111 - color contains mainly: blue. Hex color #66306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66306F is #99CF90. Grayscale: #474747. Windows color (decimal): -10080145 or 7286886. OLE color: 7286886.
HSL color Cylindrical-coordinate representation of color #66306F: hue angle of 291.43º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66306F is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 48 | 111 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.56 |
| HSL | 291.43º | 0.4% | 0.31% | - |
| HSV(B) | 291.43º | 0.57% | 0.44% | - |
| XYZ | 9.41 | 6.09 | 15.72 | - |
| YUV | 71.33 | 150.39 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 111 | 0.08 | 0.57 | 0 | 0.56 | 291.43 | 0.4 | 0.31 |
| Hex | 66 | 30 | 6F | 8 | 39 | 0 | 38 | 123 | 28 | 1F |
| Octal | 146 | 60 | 157 | 10 | 71 | 0 | 70 | 443 | 50 | 37 |
| Binary | 1100110 | 110000 | 1101111 | 1000 | 111001 | 0 | 111000 | 100100011 | 101000 | 11111 |
Color Harmonies of #66306F
Complementary color
Monochromatic Colors of #66306F
Black with #66306F
Text Example
Text Example
White with #66306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66306F; }
p { color: rgb(102,48,111); }
H1.HeaderClassName
{
color: #66306F;
}
.AnyTagClassName
{
color: #66306F;
}
</style>
background-color css
<style>
a { background-color: #66306F; }
a { background-color: rgb(102,48,111); }
div.DivClassName
{
background-color: #66306F;
}
.BgClassName
{
background-color: #66306F;
}
</style>
border-color css
<style>
span { border-color: #66306F; }
span { border-color: rgb(102,48,111); }
td.TdClassName
{
border-color: #66306F;
}
.TagClassName
{
border-color: #66306F;
}
</style>