Shades of Slate Blue #6166CE
Tints of Slate Blue #6166CE
RGB
CMYK
RGB Variations
Color information
#6166CE (or 0x6166CE) is known color: Slate Blue. HEX triplet: 61, 66 and CE. RGB value is (97,102,206). Sum of RGB (Red+Green+Blue) = 97+102+206=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #6166CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6166CE is #9E9931. Grayscale: #6F6F6F. Windows color (decimal): -10393906 or 13526625. OLE color: 13526625.
HSL color Cylindrical-coordinate representation of color #6166CE: hue angle of 237.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6166CE is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 102 | 206 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.19 |
| HSL | 237.25º | 0.53% | 0.59% | - |
| HSV(B) | 237.25º | 0.53% | 0.81% | - |
| XYZ | 20.82 | 16.5 | 60.48 | - |
| YUV | 112.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 206 | 0.53 | 0.50 | 0 | 0.19 | 237.25 | 0.53 | 0.59 |
| Hex | 61 | 66 | CE | 35 | 32 | 0 | 13 | ED | 35 | 3B |
| Octal | 141 | 146 | 316 | 65 | 62 | 0 | 23 | 355 | 65 | 73 |
| Binary | 1100001 | 1100110 | 11001110 | 110101 | 110010 | 0 | 10011 | 11101101 | 110101 | 111011 |
Color Harmonies of #6166CE
Complementary color
Monochromatic Colors of #6166CE
Black with #6166CE
Text Example
Text Example
White with #6166CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6166CE; }
p { color: rgb(97,102,206); }
H1.HeaderClassName
{
color: #6166CE;
}
.AnyTagClassName
{
color: #6166CE;
}
</style>
background-color css
<style>
a { background-color: #6166CE; }
a { background-color: rgb(97,102,206); }
div.DivClassName
{
background-color: #6166CE;
}
.BgClassName
{
background-color: #6166CE;
}
</style>
border-color css
<style>
span { border-color: #6166CE; }
span { border-color: rgb(97,102,206); }
td.TdClassName
{
border-color: #6166CE;
}
.TagClassName
{
border-color: #6166CE;
}
</style>