Shades of Medium Slate Blue #6972DE
Tints of Medium Slate Blue #6972DE
RGB
CMYK
RGB Variations
Color information
#6972DE (or 0x6972DE) is known color: Medium Slate Blue. HEX triplet: 69, 72 and DE. RGB value is (105,114,222). Sum of RGB (Red+Green+Blue) = 105+114+222=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #6972DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972DE is #968D21. Grayscale: #7B7B7B. Windows color (decimal): -9866530 or 14578281. OLE color: 14578281.
HSL color Cylindrical-coordinate representation of color #6972DE: hue angle of 235.38º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6972DE is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 114 | 222 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.13 |
| HSL | 235.38º | 0.64% | 0.64% | - |
| HSV(B) | 235.38º | 0.53% | 0.87% | - |
| XYZ | 25.03 | 20.31 | 71.71 | - |
| YUV | 123.62 | 183.52 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 222 | 0.53 | 0.49 | 0 | 0.13 | 235.38 | 0.64 | 0.64 |
| Hex | 69 | 72 | DE | 35 | 31 | 0 | D | EB | 40 | 40 |
| Octal | 151 | 162 | 336 | 65 | 61 | 0 | 15 | 353 | 100 | 100 |
| Binary | 1101001 | 1110010 | 11011110 | 110101 | 110001 | 0 | 1101 | 11101011 | 1000000 | 1000000 |
Color Harmonies of #6972DE
Complementary color
Monochromatic Colors of #6972DE
Black with #6972DE
Text Example
Text Example
White with #6972DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6972DE; }
p { color: rgb(105,114,222); }
H1.HeaderClassName
{
color: #6972DE;
}
.AnyTagClassName
{
color: #6972DE;
}
</style>
background-color css
<style>
a { background-color: #6972DE; }
a { background-color: rgb(105,114,222); }
div.DivClassName
{
background-color: #6972DE;
}
.BgClassName
{
background-color: #6972DE;
}
</style>
border-color css
<style>
span { border-color: #6972DE; }
span { border-color: rgb(105,114,222); }
td.TdClassName
{
border-color: #6972DE;
}
.TagClassName
{
border-color: #6972DE;
}
</style>