Shades of Medium Slate Blue #695DF8
Tints of Medium Slate Blue #695DF8
RGB
CMYK
RGB Variations
Color information
#695DF8 (or 0x695DF8) is known color: Medium Slate Blue. HEX triplet: 69, 5D and F8. RGB value is (105,93,248). Sum of RGB (Red+Green+Blue) = 105+93+248=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #695DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695DF8 is #96A207. Grayscale: #717171. Windows color (decimal): -9871880 or 16276841. OLE color: 16276841.
HSL color Cylindrical-coordinate representation of color #695DF8: hue angle of 244.65º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #695DF8 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 93 | 248 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.03 |
| HSL | 244.65º | 0.92% | 0.67% | - |
| HSV(B) | 244.65º | 0.63% | 0.97% | - |
| XYZ | 26.68 | 17.61 | 90.8 | - |
| YUV | 114.26 | 203.48 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 248 | 0.58 | 0.62 | 0 | 0.03 | 244.65 | 0.92 | 0.67 |
| Hex | 69 | 5D | F8 | 3A | 3E | 0 | 3 | F5 | 5C | 43 |
| Octal | 151 | 135 | 370 | 72 | 76 | 0 | 3 | 365 | 134 | 103 |
| Binary | 1101001 | 1011101 | 11111000 | 111010 | 111110 | 0 | 11 | 11110101 | 1011100 | 1000011 |
Color Harmonies of #695DF8
Complementary color
Monochromatic Colors of #695DF8
Black with #695DF8
Text Example
Text Example
White with #695DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695DF8; }
p { color: rgb(105,93,248); }
H1.HeaderClassName
{
color: #695DF8;
}
.AnyTagClassName
{
color: #695DF8;
}
</style>
background-color css
<style>
a { background-color: #695DF8; }
a { background-color: rgb(105,93,248); }
div.DivClassName
{
background-color: #695DF8;
}
.BgClassName
{
background-color: #695DF8;
}
</style>
border-color css
<style>
span { border-color: #695DF8; }
span { border-color: rgb(105,93,248); }
td.TdClassName
{
border-color: #695DF8;
}
.TagClassName
{
border-color: #695DF8;
}
</style>