Shades of Medium Slate Blue #695FFF
Tints of Medium Slate Blue #695FFF
RGB
CMYK
RGB Variations
Color information
#695FFF (or 0x695FFF) is known color: Medium Slate Blue. HEX triplet: 69, 5F and FF. RGB value is (105,95,255). Sum of RGB (Red+Green+Blue) = 105+95+255=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #695FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695FFF is #96A000. Grayscale: #737373. Windows color (decimal): -9871361 or 16736105. OLE color: 16736105.
HSL color Cylindrical-coordinate representation of color #695FFF: hue angle of 243.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #695FFF is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 95 | 255 | - |
| CMYK | 0.59 | 0.63 | 0 | 0 |
| HSL | 243.75º | 1% | 0.69% | - |
| HSV(B) | 243.75º | 0.63% | 1% | - |
| XYZ | 27.97 | 18.41 | 96.69 | - |
| YUV | 116.23 | 206.31 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 255 | 0.59 | 0.63 | 0 | 0 | 243.75 | 1 | 0.69 |
| Hex | 69 | 5F | FF | 3B | 3F | 0 | 0 | F4 | 64 | 45 |
| Octal | 151 | 137 | 377 | 73 | 77 | 0 | 0 | 364 | 144 | 105 |
| Binary | 1101001 | 1011111 | 11111111 | 111011 | 111111 | 0 | 0 | 11110100 | 1100100 | 1000101 |
Color Harmonies of #695FFF
Complementary color
Monochromatic Colors of #695FFF
Black with #695FFF
Text Example
Text Example
White with #695FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695FFF; }
p { color: rgb(105,95,255); }
H1.HeaderClassName
{
color: #695FFF;
}
.AnyTagClassName
{
color: #695FFF;
}
</style>
background-color css
<style>
a { background-color: #695FFF; }
a { background-color: rgb(105,95,255); }
div.DivClassName
{
background-color: #695FFF;
}
.BgClassName
{
background-color: #695FFF;
}
</style>
border-color css
<style>
span { border-color: #695FFF; }
span { border-color: rgb(105,95,255); }
td.TdClassName
{
border-color: #695FFF;
}
.TagClassName
{
border-color: #695FFF;
}
</style>