Shades of Medium Slate Blue #696BEE
Tints of Medium Slate Blue #696BEE
RGB
CMYK
RGB Variations
Color information
#696BEE (or 0x696BEE) is known color: Medium Slate Blue. HEX triplet: 69, 6B and EE. RGB value is (105,107,238). Sum of RGB (Red+Green+Blue) = 105+107+238=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #696BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696BEE is #969411. Grayscale: #787878. Windows color (decimal): -9868306 or 15625065. OLE color: 15625065.
HSL color Cylindrical-coordinate representation of color #696BEE: hue angle of 239.1º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696BEE is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 107 | 238 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.07 |
| HSL | 239.1º | 0.8% | 0.67% | - |
| HSV(B) | 239.1º | 0.56% | 0.93% | - |
| XYZ | 26.52 | 19.69 | 83.29 | - |
| YUV | 121.34 | 193.84 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 238 | 0.56 | 0.55 | 0 | 0.07 | 239.1 | 0.8 | 0.67 |
| Hex | 69 | 6B | EE | 38 | 37 | 0 | 7 | EF | 50 | 43 |
| Octal | 151 | 153 | 356 | 70 | 67 | 0 | 7 | 357 | 120 | 103 |
| Binary | 1101001 | 1101011 | 11101110 | 111000 | 110111 | 0 | 111 | 11101111 | 1010000 | 1000011 |
Color Harmonies of #696BEE
Complementary color
Monochromatic Colors of #696BEE
Black with #696BEE
Text Example
Text Example
White with #696BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BEE; }
p { color: rgb(105,107,238); }
H1.HeaderClassName
{
color: #696BEE;
}
.AnyTagClassName
{
color: #696BEE;
}
</style>
background-color css
<style>
a { background-color: #696BEE; }
a { background-color: rgb(105,107,238); }
div.DivClassName
{
background-color: #696BEE;
}
.BgClassName
{
background-color: #696BEE;
}
</style>
border-color css
<style>
span { border-color: #696BEE; }
span { border-color: rgb(105,107,238); }
td.TdClassName
{
border-color: #696BEE;
}
.TagClassName
{
border-color: #696BEE;
}
</style>