Shades of Slate Blue #696ADE
Tints of Slate Blue #696ADE
RGB
CMYK
RGB Variations
Color information
#696ADE (or 0x696ADE) is known color: Slate Blue. HEX triplet: 69, 6A and DE. RGB value is (105,106,222). Sum of RGB (Red+Green+Blue) = 105+106+222=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #696ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ADE is #969521. Grayscale: #767676. Windows color (decimal): -9868578 or 14576233. OLE color: 14576233.
HSL color Cylindrical-coordinate representation of color #696ADE: hue angle of 239.49º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #696ADE is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 106 | 222 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.13 |
| HSL | 239.49º | 0.64% | 0.64% | - |
| HSV(B) | 239.49º | 0.53% | 0.87% | - |
| XYZ | 24.16 | 18.59 | 71.42 | - |
| YUV | 118.93 | 186.17 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 222 | 0.53 | 0.52 | 0 | 0.13 | 239.49 | 0.64 | 0.64 |
| Hex | 69 | 6A | DE | 35 | 34 | 0 | D | EF | 40 | 40 |
| Octal | 151 | 152 | 336 | 65 | 64 | 0 | 15 | 357 | 100 | 100 |
| Binary | 1101001 | 1101010 | 11011110 | 110101 | 110100 | 0 | 1101 | 11101111 | 1000000 | 1000000 |
Color Harmonies of #696ADE
Complementary color
Monochromatic Colors of #696ADE
Black with #696ADE
Text Example
Text Example
White with #696ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696ADE; }
p { color: rgb(105,106,222); }
H1.HeaderClassName
{
color: #696ADE;
}
.AnyTagClassName
{
color: #696ADE;
}
</style>
background-color css
<style>
a { background-color: #696ADE; }
a { background-color: rgb(105,106,222); }
div.DivClassName
{
background-color: #696ADE;
}
.BgClassName
{
background-color: #696ADE;
}
</style>
border-color css
<style>
span { border-color: #696ADE; }
span { border-color: rgb(105,106,222); }
td.TdClassName
{
border-color: #696ADE;
}
.TagClassName
{
border-color: #696ADE;
}
</style>