Shades of Slate Blue #696ECF
Tints of Slate Blue #696ECF
RGB
CMYK
RGB Variations
Color information
#696ECF (or 0x696ECF) is known color: Slate Blue. HEX triplet: 69, 6E and CF. RGB value is (105,110,207). Sum of RGB (Red+Green+Blue) = 105+110+207=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #696ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ECF is #969130. Grayscale: #777777. Windows color (decimal): -9867569 or 13594217. OLE color: 13594217.
HSL color Cylindrical-coordinate representation of color #696ECF: hue angle of 237.06º 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 #696ECF is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 110 | 207 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.19 |
| HSL | 237.06º | 0.52% | 0.61% | - |
| HSV(B) | 237.06º | 0.49% | 0.81% | - |
| XYZ | 22.66 | 18.66 | 61.44 | - |
| YUV | 119.56 | 177.34 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 207 | 0.49 | 0.47 | 0 | 0.19 | 237.06 | 0.52 | 0.61 |
| Hex | 69 | 6E | CF | 31 | 2F | 0 | 13 | ED | 34 | 3D |
| Octal | 151 | 156 | 317 | 61 | 57 | 0 | 23 | 355 | 64 | 75 |
| Binary | 1101001 | 1101110 | 11001111 | 110001 | 101111 | 0 | 10011 | 11101101 | 110100 | 111101 |
Color Harmonies of #696ECF
Complementary color
Monochromatic Colors of #696ECF
Black with #696ECF
Text Example
Text Example
White with #696ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696ECF; }
p { color: rgb(105,110,207); }
H1.HeaderClassName
{
color: #696ECF;
}
.AnyTagClassName
{
color: #696ECF;
}
</style>
background-color css
<style>
a { background-color: #696ECF; }
a { background-color: rgb(105,110,207); }
div.DivClassName
{
background-color: #696ECF;
}
.BgClassName
{
background-color: #696ECF;
}
</style>
border-color css
<style>
span { border-color: #696ECF; }
span { border-color: rgb(105,110,207); }
td.TdClassName
{
border-color: #696ECF;
}
.TagClassName
{
border-color: #696ECF;
}
</style>