Shades of Slate Blue #696BCF
Tints of Slate Blue #696BCF
RGB
CMYK
RGB Variations
Color information
#696BCF (or 0x696BCF) is known color: Slate Blue. HEX triplet: 69, 6B and CF. RGB value is (105,107,207). Sum of RGB (Red+Green+Blue) = 105+107+207=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #696BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BCF is #969430. Grayscale: #757575. Windows color (decimal): -9868337 or 13593449. OLE color: 13593449.
HSL color Cylindrical-coordinate representation of color #696BCF: hue angle of 238.82º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696BCF is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 107 | 207 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.19 |
| HSL | 238.82º | 0.52% | 0.61% | - |
| HSV(B) | 238.82º | 0.49% | 0.81% | - |
| XYZ | 22.35 | 18.02 | 61.33 | - |
| YUV | 117.8 | 178.34 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 207 | 0.49 | 0.48 | 0 | 0.19 | 238.82 | 0.52 | 0.61 |
| Hex | 69 | 6B | CF | 31 | 30 | 0 | 13 | EF | 34 | 3D |
| Octal | 151 | 153 | 317 | 61 | 60 | 0 | 23 | 357 | 64 | 75 |
| Binary | 1101001 | 1101011 | 11001111 | 110001 | 110000 | 0 | 10011 | 11101111 | 110100 | 111101 |
Color Harmonies of #696BCF
Complementary color
Monochromatic Colors of #696BCF
Black with #696BCF
Text Example
Text Example
White with #696BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BCF; }
p { color: rgb(105,107,207); }
H1.HeaderClassName
{
color: #696BCF;
}
.AnyTagClassName
{
color: #696BCF;
}
</style>
background-color css
<style>
a { background-color: #696BCF; }
a { background-color: rgb(105,107,207); }
div.DivClassName
{
background-color: #696BCF;
}
.BgClassName
{
background-color: #696BCF;
}
</style>
border-color css
<style>
span { border-color: #696BCF; }
span { border-color: rgb(105,107,207); }
td.TdClassName
{
border-color: #696BCF;
}
.TagClassName
{
border-color: #696BCF;
}
</style>