Shades of Medium Slate Blue #695AF5
Tints of Medium Slate Blue #695AF5
RGB
CMYK
RGB Variations
Color information
#695AF5 (or 0x695AF5) is known color: Medium Slate Blue. HEX triplet: 69, 5A and F5. RGB value is (105,90,245). Sum of RGB (Red+Green+Blue) = 105+90+245=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #695AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695AF5 is #96A50A. Grayscale: #6F6F6F. Windows color (decimal): -9872651 or 16079465. OLE color: 16079465.
HSL color Cylindrical-coordinate representation of color #695AF5: hue angle of 245.81º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #695AF5 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 90 | 245 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.04 |
| HSL | 245.81º | 0.89% | 0.66% | - |
| HSV(B) | 245.81º | 0.63% | 0.96% | - |
| XYZ | 25.96 | 16.91 | 88.28 | - |
| YUV | 112.16 | 202.97 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 245 | 0.57 | 0.63 | 0 | 0.04 | 245.81 | 0.89 | 0.66 |
| Hex | 69 | 5A | F5 | 39 | 3F | 0 | 4 | F6 | 59 | 42 |
| Octal | 151 | 132 | 365 | 71 | 77 | 0 | 4 | 366 | 131 | 102 |
| Binary | 1101001 | 1011010 | 11110101 | 111001 | 111111 | 0 | 100 | 11110110 | 1011001 | 1000010 |
Color Harmonies of #695AF5
Complementary color
Monochromatic Colors of #695AF5
Black with #695AF5
Text Example
Text Example
White with #695AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695AF5; }
p { color: rgb(105,90,245); }
H1.HeaderClassName
{
color: #695AF5;
}
.AnyTagClassName
{
color: #695AF5;
}
</style>
background-color css
<style>
a { background-color: #695AF5; }
a { background-color: rgb(105,90,245); }
div.DivClassName
{
background-color: #695AF5;
}
.BgClassName
{
background-color: #695AF5;
}
</style>
border-color css
<style>
span { border-color: #695AF5; }
span { border-color: rgb(105,90,245); }
td.TdClassName
{
border-color: #695AF5;
}
.TagClassName
{
border-color: #695AF5;
}
</style>