Shades of Slate Blue #696FD3
Tints of Slate Blue #696FD3
RGB
CMYK
RGB Variations
Color information
#696FD3 (or 0x696FD3) is known color: Slate Blue. HEX triplet: 69, 6F and D3. RGB value is (105,111,211). Sum of RGB (Red+Green+Blue) = 105+111+211=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 211 (82.81% from 255 or 49.41% from 427); Max value from RGB is 211 - color contains mainly: blue. Hex color #696FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FD3 is #96902C. Grayscale: #787878. Windows color (decimal): -9867309 or 13856617. OLE color: 13856617.
HSL color Cylindrical-coordinate representation of color #696FD3: hue angle of 236.6º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696FD3 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 111 | 211 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.17 |
| HSL | 236.6º | 0.55% | 0.62% | - |
| HSV(B) | 236.6º | 0.5% | 0.83% | - |
| XYZ | 23.27 | 19.08 | 64.08 | - |
| YUV | 120.61 | 179.01 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 211 | 0.50 | 0.47 | 0 | 0.17 | 236.6 | 0.55 | 0.62 |
| Hex | 69 | 6F | D3 | 32 | 2F | 0 | 11 | ED | 37 | 3E |
| Octal | 151 | 157 | 323 | 62 | 57 | 0 | 21 | 355 | 67 | 76 |
| Binary | 1101001 | 1101111 | 11010011 | 110010 | 101111 | 0 | 10001 | 11101101 | 110111 | 111110 |
Color Harmonies of #696FD3
Complementary color
Monochromatic Colors of #696FD3
Black with #696FD3
Text Example
Text Example
White with #696FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FD3; }
p { color: rgb(105,111,211); }
H1.HeaderClassName
{
color: #696FD3;
}
.AnyTagClassName
{
color: #696FD3;
}
</style>
background-color css
<style>
a { background-color: #696FD3; }
a { background-color: rgb(105,111,211); }
div.DivClassName
{
background-color: #696FD3;
}
.BgClassName
{
background-color: #696FD3;
}
</style>
border-color css
<style>
span { border-color: #696FD3; }
span { border-color: rgb(105,111,211); }
td.TdClassName
{
border-color: #696FD3;
}
.TagClassName
{
border-color: #696FD3;
}
</style>