Shades of Medium Slate Blue #6972E4
Tints of Medium Slate Blue #6972E4
RGB
CMYK
RGB Variations
Color information
#6972E4 (or 0x6972E4) is known color: Medium Slate Blue. HEX triplet: 69, 72 and E4. RGB value is (105,114,228). Sum of RGB (Red+Green+Blue) = 105+114+228=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 228 (89.45% from 255 or 51.01% from 447); Max value from RGB is 228 - color contains mainly: blue. Hex color #6972E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972E4 is #968D1B. Grayscale: #7B7B7B. Windows color (decimal): -9866524 or 14971497. OLE color: 14971497.
HSL color Cylindrical-coordinate representation of color #6972E4: hue angle of 235.61º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6972E4 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 114 | 228 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.11 |
| HSL | 235.61º | 0.69% | 0.65% | - |
| HSV(B) | 235.61º | 0.54% | 0.89% | - |
| XYZ | 25.85 | 20.64 | 76.02 | - |
| YUV | 124.31 | 186.52 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 228 | 0.54 | 0.50 | 0 | 0.11 | 235.61 | 0.69 | 0.65 |
| Hex | 69 | 72 | E4 | 36 | 32 | 0 | B | EC | 45 | 41 |
| Octal | 151 | 162 | 344 | 66 | 62 | 0 | 13 | 354 | 105 | 101 |
| Binary | 1101001 | 1110010 | 11100100 | 110110 | 110010 | 0 | 1011 | 11101100 | 1000101 | 1000001 |
Color Harmonies of #6972E4
Complementary color
Monochromatic Colors of #6972E4
Black with #6972E4
Text Example
Text Example
White with #6972E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6972E4; }
p { color: rgb(105,114,228); }
H1.HeaderClassName
{
color: #6972E4;
}
.AnyTagClassName
{
color: #6972E4;
}
</style>
background-color css
<style>
a { background-color: #6972E4; }
a { background-color: rgb(105,114,228); }
div.DivClassName
{
background-color: #6972E4;
}
.BgClassName
{
background-color: #6972E4;
}
</style>
border-color css
<style>
span { border-color: #6972E4; }
span { border-color: rgb(105,114,228); }
td.TdClassName
{
border-color: #6972E4;
}
.TagClassName
{
border-color: #6972E4;
}
</style>