Shades of Slate Blue #6166DF
Tints of Slate Blue #6166DF
RGB
CMYK
RGB Variations
Color information
#6166DF (or 0x6166DF) is known color: Slate Blue. HEX triplet: 61, 66 and DF. RGB value is (97,102,223). Sum of RGB (Red+Green+Blue) = 97+102+223=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #6166DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6166DF is #9E9920. Grayscale: #717171. Windows color (decimal): -10393889 or 14640737. OLE color: 14640737.
HSL color Cylindrical-coordinate representation of color #6166DF: hue angle of 237.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6166DF is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 102 | 223 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.13 |
| HSL | 237.62º | 0.66% | 0.63% | - |
| HSV(B) | 237.62º | 0.57% | 0.87% | - |
| XYZ | 23 | 17.37 | 71.95 | - |
| YUV | 114.3 | 189.34 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 223 | 0.57 | 0.54 | 0 | 0.13 | 237.62 | 0.66 | 0.63 |
| Hex | 61 | 66 | DF | 39 | 36 | 0 | D | EE | 42 | 3F |
| Octal | 141 | 146 | 337 | 71 | 66 | 0 | 15 | 356 | 102 | 77 |
| Binary | 1100001 | 1100110 | 11011111 | 111001 | 110110 | 0 | 1101 | 11101110 | 1000010 | 111111 |
Color Harmonies of #6166DF
Complementary color
Monochromatic Colors of #6166DF
Black with #6166DF
Text Example
Text Example
White with #6166DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6166DF; }
p { color: rgb(97,102,223); }
H1.HeaderClassName
{
color: #6166DF;
}
.AnyTagClassName
{
color: #6166DF;
}
</style>
background-color css
<style>
a { background-color: #6166DF; }
a { background-color: rgb(97,102,223); }
div.DivClassName
{
background-color: #6166DF;
}
.BgClassName
{
background-color: #6166DF;
}
</style>
border-color css
<style>
span { border-color: #6166DF; }
span { border-color: rgb(97,102,223); }
td.TdClassName
{
border-color: #6166DF;
}
.TagClassName
{
border-color: #6166DF;
}
</style>