Shades of Slate Blue #696BD1
Tints of Slate Blue #696BD1
RGB
CMYK
RGB Variations
Color information
#696BD1 (or 0x696BD1) is known color: Slate Blue. HEX triplet: 69, 6B and D1. RGB value is (105,107,209). Sum of RGB (Red+Green+Blue) = 105+107+209=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #696BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BD1 is #96942E. Grayscale: #757575. Windows color (decimal): -9868335 or 13724521. OLE color: 13724521.
HSL color Cylindrical-coordinate representation of color #696BD1: hue angle of 238.85º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696BD1 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 107 | 209 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.18 |
| HSL | 238.85º | 0.53% | 0.62% | - |
| HSV(B) | 238.85º | 0.5% | 0.82% | - |
| XYZ | 22.59 | 18.12 | 62.63 | - |
| YUV | 118.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 209 | 0.50 | 0.49 | 0 | 0.18 | 238.85 | 0.53 | 0.62 |
| Hex | 69 | 6B | D1 | 32 | 31 | 0 | 12 | EF | 35 | 3E |
| Octal | 151 | 153 | 321 | 62 | 61 | 0 | 22 | 357 | 65 | 76 |
| Binary | 1101001 | 1101011 | 11010001 | 110010 | 110001 | 0 | 10010 | 11101111 | 110101 | 111110 |
Color Harmonies of #696BD1
Complementary color
Monochromatic Colors of #696BD1
Black with #696BD1
Text Example
Text Example
White with #696BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BD1; }
p { color: rgb(105,107,209); }
H1.HeaderClassName
{
color: #696BD1;
}
.AnyTagClassName
{
color: #696BD1;
}
</style>
background-color css
<style>
a { background-color: #696BD1; }
a { background-color: rgb(105,107,209); }
div.DivClassName
{
background-color: #696BD1;
}
.BgClassName
{
background-color: #696BD1;
}
</style>
border-color css
<style>
span { border-color: #696BD1; }
span { border-color: rgb(105,107,209); }
td.TdClassName
{
border-color: #696BD1;
}
.TagClassName
{
border-color: #696BD1;
}
</style>