Shades of Slate Blue #6170D9
Tints of Slate Blue #6170D9
RGB
CMYK
RGB Variations
Color information
#6170D9 (or 0x6170D9) is known color: Slate Blue. HEX triplet: 61, 70 and D9. RGB value is (97,112,217). Sum of RGB (Red+Green+Blue) = 97+112+217=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #6170D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6170D9 is #9E8F26. Grayscale: #777777. Windows color (decimal): -10391335 or 14250081. OLE color: 14250081.
HSL color Cylindrical-coordinate representation of color #6170D9: hue angle of 232.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6170D9 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 112 | 217 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.15 |
| HSL | 232.5º | 0.61% | 0.62% | - |
| HSV(B) | 232.5º | 0.55% | 0.85% | - |
| XYZ | 23.25 | 19.14 | 68.11 | - |
| YUV | 119.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 112 | 217 | 0.55 | 0.48 | 0 | 0.15 | 232.5 | 0.61 | 0.62 |
| Hex | 61 | 70 | D9 | 37 | 30 | 0 | F | E8 | 3D | 3E |
| Octal | 141 | 160 | 331 | 67 | 60 | 0 | 17 | 350 | 75 | 76 |
| Binary | 1100001 | 1110000 | 11011001 | 110111 | 110000 | 0 | 1111 | 11101000 | 111101 | 111110 |
Color Harmonies of #6170D9
Complementary color
Monochromatic Colors of #6170D9
Black with #6170D9
Text Example
Text Example
White with #6170D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6170D9; }
p { color: rgb(97,112,217); }
H1.HeaderClassName
{
color: #6170D9;
}
.AnyTagClassName
{
color: #6170D9;
}
</style>
background-color css
<style>
a { background-color: #6170D9; }
a { background-color: rgb(97,112,217); }
div.DivClassName
{
background-color: #6170D9;
}
.BgClassName
{
background-color: #6170D9;
}
</style>
border-color css
<style>
span { border-color: #6170D9; }
span { border-color: rgb(97,112,217); }
td.TdClassName
{
border-color: #6170D9;
}
.TagClassName
{
border-color: #6170D9;
}
</style>