Shades of Slate Blue #696ADB
Tints of Slate Blue #696ADB
RGB
CMYK
RGB Variations
Color information
#696ADB (or 0x696ADB) is known color: Slate Blue. HEX triplet: 69, 6A and DB. RGB value is (105,106,219). Sum of RGB (Red+Green+Blue) = 105+106+219=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #696ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ADB is #969524. Grayscale: #767676. Windows color (decimal): -9868581 or 14379625. OLE color: 14379625.
HSL color Cylindrical-coordinate representation of color #696ADB: hue angle of 239.47º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696ADB is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 106 | 219 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.14 |
| HSL | 239.47º | 0.61% | 0.64% | - |
| HSV(B) | 239.47º | 0.52% | 0.86% | - |
| XYZ | 23.77 | 18.43 | 69.32 | - |
| YUV | 118.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 219 | 0.52 | 0.52 | 0 | 0.14 | 239.47 | 0.61 | 0.64 |
| Hex | 69 | 6A | DB | 34 | 34 | 0 | E | EF | 3D | 40 |
| Octal | 151 | 152 | 333 | 64 | 64 | 0 | 16 | 357 | 75 | 100 |
| Binary | 1101001 | 1101010 | 11011011 | 110100 | 110100 | 0 | 1110 | 11101111 | 111101 | 1000000 |
Color Harmonies of #696ADB
Complementary color
Monochromatic Colors of #696ADB
Black with #696ADB
Text Example
Text Example
White with #696ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696ADB; }
p { color: rgb(105,106,219); }
H1.HeaderClassName
{
color: #696ADB;
}
.AnyTagClassName
{
color: #696ADB;
}
</style>
background-color css
<style>
a { background-color: #696ADB; }
a { background-color: rgb(105,106,219); }
div.DivClassName
{
background-color: #696ADB;
}
.BgClassName
{
background-color: #696ADB;
}
</style>
border-color css
<style>
span { border-color: #696ADB; }
span { border-color: rgb(105,106,219); }
td.TdClassName
{
border-color: #696ADB;
}
.TagClassName
{
border-color: #696ADB;
}
</style>