Shades of Slate Blue #695DCF
Tints of Slate Blue #695DCF
RGB
CMYK
RGB Variations
Color information
#695DCF (or 0x695DCF) is known color: Slate Blue. HEX triplet: 69, 5D and CF. RGB value is (105,93,207). Sum of RGB (Red+Green+Blue) = 105+93+207=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #695DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DCF is #96A230. Grayscale: #6D6D6D. Windows color (decimal): -9871921 or 13589865. OLE color: 13589865.
HSL color Cylindrical-coordinate representation of color #695DCF: hue angle of 246.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #695DCF is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 93 | 207 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.19 |
| HSL | 246.32º | 0.54% | 0.59% | - |
| HSV(B) | 246.32º | 0.55% | 0.81% | - |
| XYZ | 21 | 15.34 | 60.88 | - |
| YUV | 109.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 207 | 0.49 | 0.55 | 0 | 0.19 | 246.32 | 0.54 | 0.59 |
| Hex | 69 | 5D | CF | 31 | 37 | 0 | 13 | F6 | 36 | 3B |
| Octal | 151 | 135 | 317 | 61 | 67 | 0 | 23 | 366 | 66 | 73 |
| Binary | 1101001 | 1011101 | 11001111 | 110001 | 110111 | 0 | 10011 | 11110110 | 110110 | 111011 |
Color Harmonies of #695DCF
Complementary color
Monochromatic Colors of #695DCF
Black with #695DCF
Text Example
Text Example
White with #695DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695DCF; }
p { color: rgb(105,93,207); }
H1.HeaderClassName
{
color: #695DCF;
}
.AnyTagClassName
{
color: #695DCF;
}
</style>
background-color css
<style>
a { background-color: #695DCF; }
a { background-color: rgb(105,93,207); }
div.DivClassName
{
background-color: #695DCF;
}
.BgClassName
{
background-color: #695DCF;
}
</style>
border-color css
<style>
span { border-color: #695DCF; }
span { border-color: rgb(105,93,207); }
td.TdClassName
{
border-color: #695DCF;
}
.TagClassName
{
border-color: #695DCF;
}
</style>