Shades of Medium Slate Blue #695BFE
Tints of Medium Slate Blue #695BFE
RGB
CMYK
RGB Variations
Color information
#695BFE (or 0x695BFE) is known color: Medium Slate Blue. HEX triplet: 69, 5B and FE. RGB value is (105,91,254). Sum of RGB (Red+Green+Blue) = 105+91+254=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #695BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695BFE is #96A401. Grayscale: #717171. Windows color (decimal): -9872386 or 16669545. OLE color: 16669545.
HSL color Cylindrical-coordinate representation of color #695BFE: hue angle of 245.15º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #695BFE is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 91 | 254 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.00 |
| HSL | 245.15º | 0.99% | 0.68% | - |
| HSV(B) | 245.15º | 0.64% | 1% | - |
| XYZ | 27.46 | 17.64 | 95.72 | - |
| YUV | 113.77 | 207.14 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 254 | 0.59 | 0.64 | 0 | 0.00 | 245.15 | 0.99 | 0.68 |
| Hex | 69 | 5B | FE | 3B | 40 | 0 | 0 | F5 | 63 | 44 |
| Octal | 151 | 133 | 376 | 73 | 100 | 0 | 0 | 365 | 143 | 104 |
| Binary | 1101001 | 1011011 | 11111110 | 111011 | 1000000 | 0 | 0 | 11110101 | 1100011 | 1000100 |
Color Harmonies of #695BFE
Complementary color
Monochromatic Colors of #695BFE
Black with #695BFE
Text Example
Text Example
White with #695BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695BFE; }
p { color: rgb(105,91,254); }
H1.HeaderClassName
{
color: #695BFE;
}
.AnyTagClassName
{
color: #695BFE;
}
</style>
background-color css
<style>
a { background-color: #695BFE; }
a { background-color: rgb(105,91,254); }
div.DivClassName
{
background-color: #695BFE;
}
.BgClassName
{
background-color: #695BFE;
}
</style>
border-color css
<style>
span { border-color: #695BFE; }
span { border-color: rgb(105,91,254); }
td.TdClassName
{
border-color: #695BFE;
}
.TagClassName
{
border-color: #695BFE;
}
</style>