Shades of Slate Blue #695DCB
Tints of Slate Blue #695DCB
RGB
CMYK
RGB Variations
Color information
#695DCB (or 0x695DCB) is known color: Slate Blue. HEX triplet: 69, 5D and CB. RGB value is (105,93,203). Sum of RGB (Red+Green+Blue) = 105+93+203=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #695DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DCB is #96A234. Grayscale: #6C6C6C. Windows color (decimal): -9871925 or 13327721. OLE color: 13327721.
HSL color Cylindrical-coordinate representation of color #695DCB: hue angle of 246.55º degrees, saturation: 0.51, 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 #695DCB is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 93 | 203 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.20 |
| HSL | 246.55º | 0.51% | 0.58% | - |
| HSV(B) | 246.55º | 0.54% | 0.8% | - |
| XYZ | 20.52 | 15.14 | 58.34 | - |
| YUV | 109.13 | 180.98 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 203 | 0.48 | 0.54 | 0 | 0.20 | 246.55 | 0.51 | 0.58 |
| Hex | 69 | 5D | CB | 30 | 36 | 0 | 14 | F7 | 33 | 3A |
| Octal | 151 | 135 | 313 | 60 | 66 | 0 | 24 | 367 | 63 | 72 |
| Binary | 1101001 | 1011101 | 11001011 | 110000 | 110110 | 0 | 10100 | 11110111 | 110011 | 111010 |
Color Harmonies of #695DCB
Complementary color
Monochromatic Colors of #695DCB
Black with #695DCB
Text Example
Text Example
White with #695DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695DCB; }
p { color: rgb(105,93,203); }
H1.HeaderClassName
{
color: #695DCB;
}
.AnyTagClassName
{
color: #695DCB;
}
</style>
background-color css
<style>
a { background-color: #695DCB; }
a { background-color: rgb(105,93,203); }
div.DivClassName
{
background-color: #695DCB;
}
.BgClassName
{
background-color: #695DCB;
}
</style>
border-color css
<style>
span { border-color: #695DCB; }
span { border-color: rgb(105,93,203); }
td.TdClassName
{
border-color: #695DCB;
}
.TagClassName
{
border-color: #695DCB;
}
</style>