Shades of Medium Slate Blue #695CF1
Tints of Medium Slate Blue #695CF1
RGB
CMYK
RGB Variations
Color information
#695CF1 (or 0x695CF1) is known color: Medium Slate Blue. HEX triplet: 69, 5C and F1. RGB value is (105,92,241). Sum of RGB (Red+Green+Blue) = 105+92+241=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #695CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #695CF1 is #96A30E. Grayscale: #707070. Windows color (decimal): -9872143 or 15817833. OLE color: 15817833.
HSL color Cylindrical-coordinate representation of color #695CF1: hue angle of 245.23º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #695CF1 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 92 | 241 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.05 |
| HSL | 245.23º | 0.84% | 0.65% | - |
| HSV(B) | 245.23º | 0.62% | 0.95% | - |
| XYZ | 25.53 | 17.01 | 85.16 | - |
| YUV | 112.87 | 200.31 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 241 | 0.56 | 0.62 | 0 | 0.05 | 245.23 | 0.84 | 0.65 |
| Hex | 69 | 5C | F1 | 38 | 3E | 0 | 5 | F5 | 54 | 41 |
| Octal | 151 | 134 | 361 | 70 | 76 | 0 | 5 | 365 | 124 | 101 |
| Binary | 1101001 | 1011100 | 11110001 | 111000 | 111110 | 0 | 101 | 11110101 | 1010100 | 1000001 |
Color Harmonies of #695CF1
Complementary color
Monochromatic Colors of #695CF1
Black with #695CF1
Text Example
Text Example
White with #695CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695CF1; }
p { color: rgb(105,92,241); }
H1.HeaderClassName
{
color: #695CF1;
}
.AnyTagClassName
{
color: #695CF1;
}
</style>
background-color css
<style>
a { background-color: #695CF1; }
a { background-color: rgb(105,92,241); }
div.DivClassName
{
background-color: #695CF1;
}
.BgClassName
{
background-color: #695CF1;
}
</style>
border-color css
<style>
span { border-color: #695CF1; }
span { border-color: rgb(105,92,241); }
td.TdClassName
{
border-color: #695CF1;
}
.TagClassName
{
border-color: #695CF1;
}
</style>