Shades of Slate Blue #695DCC
Tints of Slate Blue #695DCC
RGB
CMYK
RGB Variations
Color information
#695DCC (or 0x695DCC) is known color: Slate Blue. HEX triplet: 69, 5D and CC. RGB value is (105,93,204). Sum of RGB (Red+Green+Blue) = 105+93+204=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #695DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DCC is #96A233. Grayscale: #6C6C6C. Windows color (decimal): -9871924 or 13393257. OLE color: 13393257.
HSL color Cylindrical-coordinate representation of color #695DCC: hue angle of 246.49º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #695DCC is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 93 | 204 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.2 |
| HSL | 246.49º | 0.52% | 0.58% | - |
| HSV(B) | 246.49º | 0.54% | 0.8% | - |
| XYZ | 20.64 | 15.19 | 58.97 | - |
| YUV | 109.24 | 181.48 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 204 | 0.49 | 0.54 | 0 | 0.2 | 246.49 | 0.52 | 0.58 |
| Hex | 69 | 5D | CC | 31 | 36 | 0 | 14 | F6 | 34 | 3A |
| Octal | 151 | 135 | 314 | 61 | 66 | 0 | 24 | 366 | 64 | 72 |
| Binary | 1101001 | 1011101 | 11001100 | 110001 | 110110 | 0 | 10100 | 11110110 | 110100 | 111010 |
Color Harmonies of #695DCC
Complementary color
Monochromatic Colors of #695DCC
Black with #695DCC
Text Example
Text Example
White with #695DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695DCC; }
p { color: rgb(105,93,204); }
H1.HeaderClassName
{
color: #695DCC;
}
.AnyTagClassName
{
color: #695DCC;
}
</style>
background-color css
<style>
a { background-color: #695DCC; }
a { background-color: rgb(105,93,204); }
div.DivClassName
{
background-color: #695DCC;
}
.BgClassName
{
background-color: #695DCC;
}
</style>
border-color css
<style>
span { border-color: #695DCC; }
span { border-color: rgb(105,93,204); }
td.TdClassName
{
border-color: #695DCC;
}
.TagClassName
{
border-color: #695DCC;
}
</style>