Shades of Slate Blue #695ECF
Tints of Slate Blue #695ECF
RGB
CMYK
RGB Variations
Color information
#695ECF (or 0x695ECF) is known color: Slate Blue. HEX triplet: 69, 5E and CF. RGB value is (105,94,207). Sum of RGB (Red+Green+Blue) = 105+94+207=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #695ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ECF is #96A130. Grayscale: #6D6D6D. Windows color (decimal): -9871665 or 13590121. OLE color: 13590121.
HSL color Cylindrical-coordinate representation of color #695ECF: hue angle of 245.84º 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 #695ECF is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 94 | 207 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.19 |
| HSL | 245.84º | 0.54% | 0.59% | - |
| HSV(B) | 245.84º | 0.55% | 0.81% | - |
| XYZ | 21.09 | 15.51 | 60.91 | - |
| YUV | 110.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 207 | 0.49 | 0.55 | 0 | 0.19 | 245.84 | 0.54 | 0.59 |
| Hex | 69 | 5E | CF | 31 | 37 | 0 | 13 | F6 | 36 | 3B |
| Octal | 151 | 136 | 317 | 61 | 67 | 0 | 23 | 366 | 66 | 73 |
| Binary | 1101001 | 1011110 | 11001111 | 110001 | 110111 | 0 | 10011 | 11110110 | 110110 | 111011 |
Color Harmonies of #695ECF
Complementary color
Monochromatic Colors of #695ECF
Black with #695ECF
Text Example
Text Example
White with #695ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695ECF; }
p { color: rgb(105,94,207); }
H1.HeaderClassName
{
color: #695ECF;
}
.AnyTagClassName
{
color: #695ECF;
}
</style>
background-color css
<style>
a { background-color: #695ECF; }
a { background-color: rgb(105,94,207); }
div.DivClassName
{
background-color: #695ECF;
}
.BgClassName
{
background-color: #695ECF;
}
</style>
border-color css
<style>
span { border-color: #695ECF; }
span { border-color: rgb(105,94,207); }
td.TdClassName
{
border-color: #695ECF;
}
.TagClassName
{
border-color: #695ECF;
}
</style>