Shades of Slate Blue #695DD8
Tints of Slate Blue #695DD8
RGB
CMYK
RGB Variations
Color information
#695DD8 (or 0x695DD8) is known color: Slate Blue. HEX triplet: 69, 5D and D8. RGB value is (105,93,216). Sum of RGB (Red+Green+Blue) = 105+93+216=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #695DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DD8 is #96A227. Grayscale: #6E6E6E. Windows color (decimal): -9871912 or 14179689. OLE color: 14179689.
HSL color Cylindrical-coordinate representation of color #695DD8: hue angle of 245.85º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #695DD8 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 93 | 216 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.15 |
| HSL | 245.85º | 0.61% | 0.61% | - |
| HSV(B) | 245.85º | 0.57% | 0.85% | - |
| XYZ | 22.13 | 15.79 | 66.85 | - |
| YUV | 110.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 216 | 0.51 | 0.57 | 0 | 0.15 | 245.85 | 0.61 | 0.61 |
| Hex | 69 | 5D | D8 | 33 | 39 | 0 | F | F6 | 3D | 3D |
| Octal | 151 | 135 | 330 | 63 | 71 | 0 | 17 | 366 | 75 | 75 |
| Binary | 1101001 | 1011101 | 11011000 | 110011 | 111001 | 0 | 1111 | 11110110 | 111101 | 111101 |
Color Harmonies of #695DD8
Complementary color
Monochromatic Colors of #695DD8
Black with #695DD8
Text Example
Text Example
White with #695DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695DD8; }
p { color: rgb(105,93,216); }
H1.HeaderClassName
{
color: #695DD8;
}
.AnyTagClassName
{
color: #695DD8;
}
</style>
background-color css
<style>
a { background-color: #695DD8; }
a { background-color: rgb(105,93,216); }
div.DivClassName
{
background-color: #695DD8;
}
.BgClassName
{
background-color: #695DD8;
}
</style>
border-color css
<style>
span { border-color: #695DD8; }
span { border-color: rgb(105,93,216); }
td.TdClassName
{
border-color: #695DD8;
}
.TagClassName
{
border-color: #695DD8;
}
</style>