Shades of Slate Blue #696BD0
Tints of Slate Blue #696BD0
RGB
CMYK
RGB Variations
Color information
#696BD0 (or 0x696BD0) is known color: Slate Blue. HEX triplet: 69, 6B and D0. RGB value is (105,107,208). Sum of RGB (Red+Green+Blue) = 105+107+208=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #696BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BD0 is #96942F. Grayscale: #757575. Windows color (decimal): -9868336 or 13658985. OLE color: 13658985.
HSL color Cylindrical-coordinate representation of color #696BD0: hue angle of 238.83º 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 #696BD0 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 107 | 208 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.18 |
| HSL | 238.83º | 0.52% | 0.61% | - |
| HSV(B) | 238.83º | 0.5% | 0.82% | - |
| XYZ | 22.47 | 18.07 | 61.98 | - |
| YUV | 117.92 | 178.84 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 208 | 0.50 | 0.49 | 0 | 0.18 | 238.83 | 0.52 | 0.61 |
| Hex | 69 | 6B | D0 | 32 | 31 | 0 | 12 | EF | 34 | 3D |
| Octal | 151 | 153 | 320 | 62 | 61 | 0 | 22 | 357 | 64 | 75 |
| Binary | 1101001 | 1101011 | 11010000 | 110010 | 110001 | 0 | 10010 | 11101111 | 110100 | 111101 |
Color Harmonies of #696BD0
Complementary color
Monochromatic Colors of #696BD0
Black with #696BD0
Text Example
Text Example
White with #696BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BD0; }
p { color: rgb(105,107,208); }
H1.HeaderClassName
{
color: #696BD0;
}
.AnyTagClassName
{
color: #696BD0;
}
</style>
background-color css
<style>
a { background-color: #696BD0; }
a { background-color: rgb(105,107,208); }
div.DivClassName
{
background-color: #696BD0;
}
.BgClassName
{
background-color: #696BD0;
}
</style>
border-color css
<style>
span { border-color: #696BD0; }
span { border-color: rgb(105,107,208); }
td.TdClassName
{
border-color: #696BD0;
}
.TagClassName
{
border-color: #696BD0;
}
</style>