Shades of Slate Blue #6970D9
Tints of Slate Blue #6970D9
RGB
CMYK
RGB Variations
Color information
#6970D9 (or 0x6970D9) is known color: Slate Blue. HEX triplet: 69, 70 and D9. RGB value is (105,112,217). Sum of RGB (Red+Green+Blue) = 105+112+217=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 217 (85.16% from 255 or 50% from 434); Max value from RGB is 217 - color contains mainly: blue. Hex color #6970D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6970D9 is #968F26. Grayscale: #797979. Windows color (decimal): -9867047 or 14250089. OLE color: 14250089.
HSL color Cylindrical-coordinate representation of color #6970D9: hue angle of 236.25º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6970D9 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 112 | 217 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.15 |
| HSL | 236.25º | 0.6% | 0.63% | - |
| HSV(B) | 236.25º | 0.52% | 0.85% | - |
| XYZ | 24.14 | 19.6 | 68.16 | - |
| YUV | 121.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 217 | 0.52 | 0.48 | 0 | 0.15 | 236.25 | 0.6 | 0.63 |
| Hex | 69 | 70 | D9 | 34 | 30 | 0 | F | EC | 3C | 3F |
| Octal | 151 | 160 | 331 | 64 | 60 | 0 | 17 | 354 | 74 | 77 |
| Binary | 1101001 | 1110000 | 11011001 | 110100 | 110000 | 0 | 1111 | 11101100 | 111100 | 111111 |
Color Harmonies of #6970D9
Complementary color
Monochromatic Colors of #6970D9
Black with #6970D9
Text Example
Text Example
White with #6970D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6970D9; }
p { color: rgb(105,112,217); }
H1.HeaderClassName
{
color: #6970D9;
}
.AnyTagClassName
{
color: #6970D9;
}
</style>
background-color css
<style>
a { background-color: #6970D9; }
a { background-color: rgb(105,112,217); }
div.DivClassName
{
background-color: #6970D9;
}
.BgClassName
{
background-color: #6970D9;
}
</style>
border-color css
<style>
span { border-color: #6970D9; }
span { border-color: rgb(105,112,217); }
td.TdClassName
{
border-color: #6970D9;
}
.TagClassName
{
border-color: #6970D9;
}
</style>