Shades of Medium Slate Blue #696DEA
Tints of Medium Slate Blue #696DEA
RGB
CMYK
RGB Variations
Color information
#696DEA (or 0x696DEA) is known color: Medium Slate Blue. HEX triplet: 69, 6D and EA. RGB value is (105,109,234). Sum of RGB (Red+Green+Blue) = 105+109+234=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #696DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #696DEA is #969215. Grayscale: #797979. Windows color (decimal): -9867798 or 15363433. OLE color: 15363433.
HSL color Cylindrical-coordinate representation of color #696DEA: hue angle of 238.14º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #696DEA is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 109 | 234 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.08 |
| HSL | 238.14º | 0.75% | 0.66% | - |
| HSV(B) | 238.14º | 0.55% | 0.92% | - |
| XYZ | 26.15 | 19.88 | 80.3 | - |
| YUV | 122.05 | 191.17 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 234 | 0.55 | 0.53 | 0 | 0.08 | 238.14 | 0.75 | 0.66 |
| Hex | 69 | 6D | EA | 37 | 35 | 0 | 8 | EE | 4B | 42 |
| Octal | 151 | 155 | 352 | 67 | 65 | 0 | 10 | 356 | 113 | 102 |
| Binary | 1101001 | 1101101 | 11101010 | 110111 | 110101 | 0 | 1000 | 11101110 | 1001011 | 1000010 |
Color Harmonies of #696DEA
Complementary color
Monochromatic Colors of #696DEA
Black with #696DEA
Text Example
Text Example
White with #696DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DEA; }
p { color: rgb(105,109,234); }
H1.HeaderClassName
{
color: #696DEA;
}
.AnyTagClassName
{
color: #696DEA;
}
</style>
background-color css
<style>
a { background-color: #696DEA; }
a { background-color: rgb(105,109,234); }
div.DivClassName
{
background-color: #696DEA;
}
.BgClassName
{
background-color: #696DEA;
}
</style>
border-color css
<style>
span { border-color: #696DEA; }
span { border-color: rgb(105,109,234); }
td.TdClassName
{
border-color: #696DEA;
}
.TagClassName
{
border-color: #696DEA;
}
</style>