Shades of Medium Slate Blue #696AE0
Tints of Medium Slate Blue #696AE0
RGB
CMYK
RGB Variations
Color information
#696AE0 (or 0x696AE0) is known color: Medium Slate Blue. HEX triplet: 69, 6A and E0. RGB value is (105,106,224). Sum of RGB (Red+Green+Blue) = 105+106+224=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #696AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696AE0 is #96951F. Grayscale: #767676. Windows color (decimal): -9868576 or 14707305. OLE color: 14707305.
HSL color Cylindrical-coordinate representation of color #696AE0: hue angle of 239.5º degrees, saturation: 0.66, 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 #696AE0 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 106 | 224 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.12 |
| HSL | 239.5º | 0.66% | 0.65% | - |
| HSV(B) | 239.5º | 0.53% | 0.88% | - |
| XYZ | 24.43 | 18.69 | 72.84 | - |
| YUV | 119.15 | 187.17 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 224 | 0.53 | 0.53 | 0 | 0.12 | 239.5 | 0.66 | 0.65 |
| Hex | 69 | 6A | E0 | 35 | 35 | 0 | C | EF | 42 | 41 |
| Octal | 151 | 152 | 340 | 65 | 65 | 0 | 14 | 357 | 102 | 101 |
| Binary | 1101001 | 1101010 | 11100000 | 110101 | 110101 | 0 | 1100 | 11101111 | 1000010 | 1000001 |
Color Harmonies of #696AE0
Complementary color
Monochromatic Colors of #696AE0
Black with #696AE0
Text Example
Text Example
White with #696AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696AE0; }
p { color: rgb(105,106,224); }
H1.HeaderClassName
{
color: #696AE0;
}
.AnyTagClassName
{
color: #696AE0;
}
</style>
background-color css
<style>
a { background-color: #696AE0; }
a { background-color: rgb(105,106,224); }
div.DivClassName
{
background-color: #696AE0;
}
.BgClassName
{
background-color: #696AE0;
}
</style>
border-color css
<style>
span { border-color: #696AE0; }
span { border-color: rgb(105,106,224); }
td.TdClassName
{
border-color: #696AE0;
}
.TagClassName
{
border-color: #696AE0;
}
</style>