Shades of Slate Blue #696DD0
Tints of Slate Blue #696DD0
RGB
CMYK
RGB Variations
Color information
#696DD0 (or 0x696DD0) is known color: Slate Blue. HEX triplet: 69, 6D and D0. RGB value is (105,109,208). Sum of RGB (Red+Green+Blue) = 105+109+208=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #696DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DD0 is #96922F. Grayscale: #767676. Windows color (decimal): -9867824 or 13659497. OLE color: 13659497.
HSL color Cylindrical-coordinate representation of color #696DD0: hue angle of 237.67º 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 #696DD0 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 109 | 208 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.18 |
| HSL | 237.67º | 0.52% | 0.61% | - |
| HSV(B) | 237.67º | 0.5% | 0.82% | - |
| XYZ | 22.68 | 18.49 | 62.05 | - |
| YUV | 119.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 208 | 0.50 | 0.48 | 0 | 0.18 | 237.67 | 0.52 | 0.61 |
| Hex | 69 | 6D | D0 | 32 | 30 | 0 | 12 | EE | 34 | 3D |
| Octal | 151 | 155 | 320 | 62 | 60 | 0 | 22 | 356 | 64 | 75 |
| Binary | 1101001 | 1101101 | 11010000 | 110010 | 110000 | 0 | 10010 | 11101110 | 110100 | 111101 |
Color Harmonies of #696DD0
Complementary color
Monochromatic Colors of #696DD0
Black with #696DD0
Text Example
Text Example
White with #696DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DD0; }
p { color: rgb(105,109,208); }
H1.HeaderClassName
{
color: #696DD0;
}
.AnyTagClassName
{
color: #696DD0;
}
</style>
background-color css
<style>
a { background-color: #696DD0; }
a { background-color: rgb(105,109,208); }
div.DivClassName
{
background-color: #696DD0;
}
.BgClassName
{
background-color: #696DD0;
}
</style>
border-color css
<style>
span { border-color: #696DD0; }
span { border-color: rgb(105,109,208); }
td.TdClassName
{
border-color: #696DD0;
}
.TagClassName
{
border-color: #696DD0;
}
</style>