Shades of Medium Slate Blue #696CE8
Tints of Medium Slate Blue #696CE8
RGB
CMYK
RGB Variations
Color information
#696CE8 (or 0x696CE8) is known color: Medium Slate Blue. HEX triplet: 69, 6C and E8. RGB value is (105,108,232). Sum of RGB (Red+Green+Blue) = 105+108+232=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #696CE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696CE8 is #969317. Grayscale: #787878. Windows color (decimal): -9868056 or 15232105. OLE color: 15232105.
HSL color Cylindrical-coordinate representation of color #696CE8: hue angle of 238.58º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #696CE8 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 108 | 232 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.09 |
| HSL | 238.58º | 0.73% | 0.66% | - |
| HSV(B) | 238.58º | 0.55% | 0.91% | - |
| XYZ | 25.75 | 19.55 | 78.76 | - |
| YUV | 121.24 | 190.51 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 232 | 0.55 | 0.53 | 0 | 0.09 | 238.58 | 0.73 | 0.66 |
| Hex | 69 | 6C | E8 | 37 | 35 | 0 | 9 | EF | 49 | 42 |
| Octal | 151 | 154 | 350 | 67 | 65 | 0 | 11 | 357 | 111 | 102 |
| Binary | 1101001 | 1101100 | 11101000 | 110111 | 110101 | 0 | 1001 | 11101111 | 1001001 | 1000010 |
Color Harmonies of #696CE8
Complementary color
Monochromatic Colors of #696CE8
Black with #696CE8
Text Example
Text Example
White with #696CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CE8; }
p { color: rgb(105,108,232); }
H1.HeaderClassName
{
color: #696CE8;
}
.AnyTagClassName
{
color: #696CE8;
}
</style>
background-color css
<style>
a { background-color: #696CE8; }
a { background-color: rgb(105,108,232); }
div.DivClassName
{
background-color: #696CE8;
}
.BgClassName
{
background-color: #696CE8;
}
</style>
border-color css
<style>
span { border-color: #696CE8; }
span { border-color: rgb(105,108,232); }
td.TdClassName
{
border-color: #696CE8;
}
.TagClassName
{
border-color: #696CE8;
}
</style>