Shades of Medium Slate Blue #696CE1
Tints of Medium Slate Blue #696CE1
RGB
CMYK
RGB Variations
Color information
#696CE1 (or 0x696CE1) is known color: Medium Slate Blue. HEX triplet: 69, 6C and E1. RGB value is (105,108,225). Sum of RGB (Red+Green+Blue) = 105+108+225=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #696CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CE1 is #96931E. Grayscale: #777777. Windows color (decimal): -9868063 or 14773353. OLE color: 14773353.
HSL color Cylindrical-coordinate representation of color #696CE1: hue angle of 238.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #696CE1 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 108 | 225 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.12 |
| HSL | 238.5º | 0.67% | 0.65% | - |
| HSV(B) | 238.5º | 0.53% | 0.88% | - |
| XYZ | 24.78 | 19.16 | 73.63 | - |
| YUV | 120.44 | 187.01 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 225 | 0.53 | 0.52 | 0 | 0.12 | 238.5 | 0.67 | 0.65 |
| Hex | 69 | 6C | E1 | 35 | 34 | 0 | C | EE | 43 | 41 |
| Octal | 151 | 154 | 341 | 65 | 64 | 0 | 14 | 356 | 103 | 101 |
| Binary | 1101001 | 1101100 | 11100001 | 110101 | 110100 | 0 | 1100 | 11101110 | 1000011 | 1000001 |
Color Harmonies of #696CE1
Complementary color
Monochromatic Colors of #696CE1
Black with #696CE1
Text Example
Text Example
White with #696CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CE1; }
p { color: rgb(105,108,225); }
H1.HeaderClassName
{
color: #696CE1;
}
.AnyTagClassName
{
color: #696CE1;
}
</style>
background-color css
<style>
a { background-color: #696CE1; }
a { background-color: rgb(105,108,225); }
div.DivClassName
{
background-color: #696CE1;
}
.BgClassName
{
background-color: #696CE1;
}
</style>
border-color css
<style>
span { border-color: #696CE1; }
span { border-color: rgb(105,108,225); }
td.TdClassName
{
border-color: #696CE1;
}
.TagClassName
{
border-color: #696CE1;
}
</style>