Shades of Seance #664069
Tints of Seance #664069
RGB
CMYK
RGB Variations
Color information
#664069 (or 0x664069) is known color: Seance. HEX triplet: 66, 40 and 69. RGB value is (102,64,105). Sum of RGB (Red+Green+Blue) = 102+64+105=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 105 - color contains mainly: blue. Hex color #664069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664069 is #99BF96. Grayscale: #4F4F4F. Windows color (decimal): -10076055 or 6897766. OLE color: 6897766.
HSL color Cylindrical-coordinate representation of color #664069: hue angle of 295.61º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #664069 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 64 | 105 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.59 |
| HSL | 295.61º | 0.24% | 0.33% | - |
| HSV(B) | 295.61º | 0.39% | 0.41% | - |
| XYZ | 9.86 | 7.51 | 14.29 | - |
| YUV | 80.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 105 | 0.03 | 0.39 | 0 | 0.59 | 295.61 | 0.24 | 0.33 |
| Hex | 66 | 40 | 69 | 3 | 27 | 0 | 3B | 128 | 18 | 21 |
| Octal | 146 | 100 | 151 | 3 | 47 | 0 | 73 | 450 | 30 | 41 |
| Binary | 1100110 | 1000000 | 1101001 | 11 | 100111 | 0 | 111011 | 100101000 | 11000 | 100001 |
Color Harmonies of #664069
Complementary color
Monochromatic Colors of #664069
Black with #664069
Text Example
Text Example
White with #664069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664069; }
p { color: rgb(102,64,105); }
H1.HeaderClassName
{
color: #664069;
}
.AnyTagClassName
{
color: #664069;
}
</style>
background-color css
<style>
a { background-color: #664069; }
a { background-color: rgb(102,64,105); }
div.DivClassName
{
background-color: #664069;
}
.BgClassName
{
background-color: #664069;
}
</style>
border-color css
<style>
span { border-color: #664069; }
span { border-color: rgb(102,64,105); }
td.TdClassName
{
border-color: #664069;
}
.TagClassName
{
border-color: #664069;
}
</style>