Shades of Medium Slate Blue #695DFB
Tints of Medium Slate Blue #695DFB
RGB
CMYK
RGB Variations
Color information
#695DFB (or 0x695DFB) is known color: Medium Slate Blue. HEX triplet: 69, 5D and FB. RGB value is (105,93,251). Sum of RGB (Red+Green+Blue) = 105+93+251=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #695DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695DFB is #96A204. Grayscale: #717171. Windows color (decimal): -9871877 or 16473449. OLE color: 16473449.
HSL color Cylindrical-coordinate representation of color #695DFB: hue angle of 244.56º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #695DFB is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 93 | 251 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.02 |
| HSL | 244.56º | 0.95% | 0.67% | - |
| HSV(B) | 244.56º | 0.63% | 0.98% | - |
| XYZ | 27.15 | 17.8 | 93.27 | - |
| YUV | 114.6 | 204.98 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 251 | 0.58 | 0.63 | 0 | 0.02 | 244.56 | 0.95 | 0.67 |
| Hex | 69 | 5D | FB | 3A | 3F | 0 | 2 | F5 | 5F | 43 |
| Octal | 151 | 135 | 373 | 72 | 77 | 0 | 2 | 365 | 137 | 103 |
| Binary | 1101001 | 1011101 | 11111011 | 111010 | 111111 | 0 | 10 | 11110101 | 1011111 | 1000011 |
Color Harmonies of #695DFB
Complementary color
Monochromatic Colors of #695DFB
Black with #695DFB
Text Example
Text Example
White with #695DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695DFB; }
p { color: rgb(105,93,251); }
H1.HeaderClassName
{
color: #695DFB;
}
.AnyTagClassName
{
color: #695DFB;
}
</style>
background-color css
<style>
a { background-color: #695DFB; }
a { background-color: rgb(105,93,251); }
div.DivClassName
{
background-color: #695DFB;
}
.BgClassName
{
background-color: #695DFB;
}
</style>
border-color css
<style>
span { border-color: #695DFB; }
span { border-color: rgb(105,93,251); }
td.TdClassName
{
border-color: #695DFB;
}
.TagClassName
{
border-color: #695DFB;
}
</style>