Shades of Slate Blue #696AD1
Tints of Slate Blue #696AD1
RGB
CMYK
RGB Variations
Color information
#696AD1 (or 0x696AD1) is known color: Slate Blue. HEX triplet: 69, 6A and D1. RGB value is (105,106,209). Sum of RGB (Red+Green+Blue) = 105+106+209=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #696AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696AD1 is #96952E. Grayscale: #757575. Windows color (decimal): -9868591 or 13724265. OLE color: 13724265.
HSL color Cylindrical-coordinate representation of color #696AD1: hue angle of 239.42º 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 #696AD1 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 106 | 209 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.18 |
| HSL | 239.42º | 0.53% | 0.62% | - |
| HSV(B) | 239.42º | 0.5% | 0.82% | - |
| XYZ | 22.49 | 17.91 | 62.59 | - |
| YUV | 117.44 | 179.67 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 209 | 0.50 | 0.49 | 0 | 0.18 | 239.42 | 0.53 | 0.62 |
| Hex | 69 | 6A | D1 | 32 | 31 | 0 | 12 | EF | 35 | 3E |
| Octal | 151 | 152 | 321 | 62 | 61 | 0 | 22 | 357 | 65 | 76 |
| Binary | 1101001 | 1101010 | 11010001 | 110010 | 110001 | 0 | 10010 | 11101111 | 110101 | 111110 |
Color Harmonies of #696AD1
Complementary color
Monochromatic Colors of #696AD1
Black with #696AD1
Text Example
Text Example
White with #696AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696AD1; }
p { color: rgb(105,106,209); }
H1.HeaderClassName
{
color: #696AD1;
}
.AnyTagClassName
{
color: #696AD1;
}
</style>
background-color css
<style>
a { background-color: #696AD1; }
a { background-color: rgb(105,106,209); }
div.DivClassName
{
background-color: #696AD1;
}
.BgClassName
{
background-color: #696AD1;
}
</style>
border-color css
<style>
span { border-color: #696AD1; }
span { border-color: rgb(105,106,209); }
td.TdClassName
{
border-color: #696AD1;
}
.TagClassName
{
border-color: #696AD1;
}
</style>