Shades of Slate Blue #696AD0
Tints of Slate Blue #696AD0
RGB
CMYK
RGB Variations
Color information
#696AD0 (or 0x696AD0) is known color: Slate Blue. HEX triplet: 69, 6A and D0. RGB value is (105,106,208). Sum of RGB (Red+Green+Blue) = 105+106+208=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #696AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696AD0 is #96952F. Grayscale: #747474. Windows color (decimal): -9868592 or 13658729. OLE color: 13658729.
HSL color Cylindrical-coordinate representation of color #696AD0: hue angle of 239.42º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696AD0 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 106 | 208 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.18 |
| HSL | 239.42º | 0.52% | 0.61% | - |
| HSV(B) | 239.42º | 0.5% | 0.82% | - |
| XYZ | 22.36 | 17.87 | 61.94 | - |
| YUV | 117.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 208 | 0.50 | 0.49 | 0 | 0.18 | 239.42 | 0.52 | 0.61 |
| Hex | 69 | 6A | D0 | 32 | 31 | 0 | 12 | EF | 34 | 3D |
| Octal | 151 | 152 | 320 | 62 | 61 | 0 | 22 | 357 | 64 | 75 |
| Binary | 1101001 | 1101010 | 11010000 | 110010 | 110001 | 0 | 10010 | 11101111 | 110100 | 111101 |
Color Harmonies of #696AD0
Complementary color
Monochromatic Colors of #696AD0
Black with #696AD0
Text Example
Text Example
White with #696AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696AD0; }
p { color: rgb(105,106,208); }
H1.HeaderClassName
{
color: #696AD0;
}
.AnyTagClassName
{
color: #696AD0;
}
</style>
background-color css
<style>
a { background-color: #696AD0; }
a { background-color: rgb(105,106,208); }
div.DivClassName
{
background-color: #696AD0;
}
.BgClassName
{
background-color: #696AD0;
}
</style>
border-color css
<style>
span { border-color: #696AD0; }
span { border-color: rgb(105,106,208); }
td.TdClassName
{
border-color: #696AD0;
}
.TagClassName
{
border-color: #696AD0;
}
</style>