Shades of Slate Blue #696FCF
Tints of Slate Blue #696FCF
RGB
CMYK
RGB Variations
Color information
#696FCF (or 0x696FCF) is known color: Slate Blue. HEX triplet: 69, 6F and CF. RGB value is (105,111,207). Sum of RGB (Red+Green+Blue) = 105+111+207=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #696FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FCF is #969030. Grayscale: #777777. Windows color (decimal): -9867313 or 13594473. OLE color: 13594473.
HSL color Cylindrical-coordinate representation of color #696FCF: hue angle of 236.47º 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 #696FCF is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 111 | 207 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.19 |
| HSL | 236.47º | 0.52% | 0.61% | - |
| HSV(B) | 236.47º | 0.49% | 0.81% | - |
| XYZ | 22.77 | 18.88 | 61.47 | - |
| YUV | 120.15 | 177.01 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 207 | 0.49 | 0.46 | 0 | 0.19 | 236.47 | 0.52 | 0.61 |
| Hex | 69 | 6F | CF | 31 | 2E | 0 | 13 | EC | 34 | 3D |
| Octal | 151 | 157 | 317 | 61 | 56 | 0 | 23 | 354 | 64 | 75 |
| Binary | 1101001 | 1101111 | 11001111 | 110001 | 101110 | 0 | 10011 | 11101100 | 110100 | 111101 |
Color Harmonies of #696FCF
Complementary color
Monochromatic Colors of #696FCF
Black with #696FCF
Text Example
Text Example
White with #696FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FCF; }
p { color: rgb(105,111,207); }
H1.HeaderClassName
{
color: #696FCF;
}
.AnyTagClassName
{
color: #696FCF;
}
</style>
background-color css
<style>
a { background-color: #696FCF; }
a { background-color: rgb(105,111,207); }
div.DivClassName
{
background-color: #696FCF;
}
.BgClassName
{
background-color: #696FCF;
}
</style>
border-color css
<style>
span { border-color: #696FCF; }
span { border-color: rgb(105,111,207); }
td.TdClassName
{
border-color: #696FCF;
}
.TagClassName
{
border-color: #696FCF;
}
</style>