Shades of Medium Slate Blue #695BE5
Tints of Medium Slate Blue #695BE5
RGB
CMYK
RGB Variations
Color information
#695BE5 (or 0x695BE5) is known color: Medium Slate Blue. HEX triplet: 69, 5B and E5. RGB value is (105,91,229). Sum of RGB (Red+Green+Blue) = 105+91+229=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #695BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BE5 is #96A41A. Grayscale: #6E6E6E. Windows color (decimal): -9872411 or 15031145. OLE color: 15031145.
HSL color Cylindrical-coordinate representation of color #695BE5: hue angle of 246.09º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #695BE5 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 91 | 229 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.10 |
| HSL | 246.09º | 0.73% | 0.63% | - |
| HSV(B) | 246.09º | 0.6% | 0.9% | - |
| XYZ | 23.71 | 16.14 | 75.99 | - |
| YUV | 110.92 | 194.64 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 229 | 0.54 | 0.60 | 0 | 0.10 | 246.09 | 0.73 | 0.63 |
| Hex | 69 | 5B | E5 | 36 | 3C | 0 | A | F6 | 49 | 3F |
| Octal | 151 | 133 | 345 | 66 | 74 | 0 | 12 | 366 | 111 | 77 |
| Binary | 1101001 | 1011011 | 11100101 | 110110 | 111100 | 0 | 1010 | 11110110 | 1001001 | 111111 |
Color Harmonies of #695BE5
Complementary color
Monochromatic Colors of #695BE5
Black with #695BE5
Text Example
Text Example
White with #695BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695BE5; }
p { color: rgb(105,91,229); }
H1.HeaderClassName
{
color: #695BE5;
}
.AnyTagClassName
{
color: #695BE5;
}
</style>
background-color css
<style>
a { background-color: #695BE5; }
a { background-color: rgb(105,91,229); }
div.DivClassName
{
background-color: #695BE5;
}
.BgClassName
{
background-color: #695BE5;
}
</style>
border-color css
<style>
span { border-color: #695BE5; }
span { border-color: rgb(105,91,229); }
td.TdClassName
{
border-color: #695BE5;
}
.TagClassName
{
border-color: #695BE5;
}
</style>