Shades of Slate Blue #6166DC
Tints of Slate Blue #6166DC
RGB
CMYK
RGB Variations
Color information
#6166DC (or 0x6166DC) is known color: Slate Blue. HEX triplet: 61, 66 and DC. RGB value is (97,102,220). Sum of RGB (Red+Green+Blue) = 97+102+220=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #6166DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6166DC is #9E9923. Grayscale: #717171. Windows color (decimal): -10393892 or 14444129. OLE color: 14444129.
HSL color Cylindrical-coordinate representation of color #6166DC: hue angle of 237.56º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6166DC is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 102 | 220 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.14 |
| HSL | 237.56º | 0.64% | 0.62% | - |
| HSV(B) | 237.56º | 0.56% | 0.86% | - |
| XYZ | 22.6 | 17.21 | 69.84 | - |
| YUV | 113.96 | 187.84 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 220 | 0.56 | 0.54 | 0 | 0.14 | 237.56 | 0.64 | 0.62 |
| Hex | 61 | 66 | DC | 38 | 36 | 0 | E | EE | 40 | 3E |
| Octal | 141 | 146 | 334 | 70 | 66 | 0 | 16 | 356 | 100 | 76 |
| Binary | 1100001 | 1100110 | 11011100 | 111000 | 110110 | 0 | 1110 | 11101110 | 1000000 | 111110 |
Color Harmonies of #6166DC
Complementary color
Monochromatic Colors of #6166DC
Black with #6166DC
Text Example
Text Example
White with #6166DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6166DC; }
p { color: rgb(97,102,220); }
H1.HeaderClassName
{
color: #6166DC;
}
.AnyTagClassName
{
color: #6166DC;
}
</style>
background-color css
<style>
a { background-color: #6166DC; }
a { background-color: rgb(97,102,220); }
div.DivClassName
{
background-color: #6166DC;
}
.BgClassName
{
background-color: #6166DC;
}
</style>
border-color css
<style>
span { border-color: #6166DC; }
span { border-color: rgb(97,102,220); }
td.TdClassName
{
border-color: #6166DC;
}
.TagClassName
{
border-color: #6166DC;
}
</style>