Shades of Slate Blue #696BDD
Tints of Slate Blue #696BDD
RGB
CMYK
RGB Variations
Color information
#696BDD (or 0x696BDD) is known color: Slate Blue. HEX triplet: 69, 6B and DD. RGB value is (105,107,221). Sum of RGB (Red+Green+Blue) = 105+107+221=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #696BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BDD is #969422. Grayscale: #767676. Windows color (decimal): -9868323 or 14510953. OLE color: 14510953.
HSL color Cylindrical-coordinate representation of color #696BDD: hue angle of 238.97º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #696BDD is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 107 | 221 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.13 |
| HSL | 238.97º | 0.63% | 0.64% | - |
| HSV(B) | 238.97º | 0.52% | 0.87% | - |
| XYZ | 24.13 | 18.74 | 70.75 | - |
| YUV | 119.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 221 | 0.52 | 0.52 | 0 | 0.13 | 238.97 | 0.63 | 0.64 |
| Hex | 69 | 6B | DD | 34 | 34 | 0 | D | EF | 3F | 40 |
| Octal | 151 | 153 | 335 | 64 | 64 | 0 | 15 | 357 | 77 | 100 |
| Binary | 1101001 | 1101011 | 11011101 | 110100 | 110100 | 0 | 1101 | 11101111 | 111111 | 1000000 |
Color Harmonies of #696BDD
Complementary color
Monochromatic Colors of #696BDD
Black with #696BDD
Text Example
Text Example
White with #696BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BDD; }
p { color: rgb(105,107,221); }
H1.HeaderClassName
{
color: #696BDD;
}
.AnyTagClassName
{
color: #696BDD;
}
</style>
background-color css
<style>
a { background-color: #696BDD; }
a { background-color: rgb(105,107,221); }
div.DivClassName
{
background-color: #696BDD;
}
.BgClassName
{
background-color: #696BDD;
}
</style>
border-color css
<style>
span { border-color: #696BDD; }
span { border-color: rgb(105,107,221); }
td.TdClassName
{
border-color: #696BDD;
}
.TagClassName
{
border-color: #696BDD;
}
</style>