Shades of Medium Slate Blue #6A72ED
Tints of Medium Slate Blue #6A72ED
RGB
CMYK
RGB Variations
Color information
#6A72ED (or 0x6A72ED) is known color: Medium Slate Blue. HEX triplet: 6A, 72 and ED. RGB value is (106,114,237). Sum of RGB (Red+Green+Blue) = 106+114+237=457 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.19% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A72ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A72ED is #958D12. Grayscale: #7D7D7D. Windows color (decimal): -9800979 or 15561322. OLE color: 15561322.
HSL color Cylindrical-coordinate representation of color #6A72ED: hue angle of 236.34º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A72ED is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 114 | 237 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.07 |
| HSL | 236.34º | 0.78% | 0.67% | - |
| HSV(B) | 236.34º | 0.55% | 0.93% | - |
| XYZ | 27.25 | 21.21 | 82.78 | - |
| YUV | 125.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 237 | 0.55 | 0.52 | 0 | 0.07 | 236.34 | 0.78 | 0.67 |
| Hex | 6A | 72 | ED | 37 | 34 | 0 | 7 | EC | 4E | 43 |
| Octal | 152 | 162 | 355 | 67 | 64 | 0 | 7 | 354 | 116 | 103 |
| Binary | 1101010 | 1110010 | 11101101 | 110111 | 110100 | 0 | 111 | 11101100 | 1001110 | 1000011 |
Color Harmonies of #6A72ED
Complementary color
Monochromatic Colors of #6A72ED
Black with #6A72ED
Text Example
Text Example
White with #6A72ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A72ED; }
p { color: rgb(106,114,237); }
H1.HeaderClassName
{
color: #6A72ED;
}
.AnyTagClassName
{
color: #6A72ED;
}
</style>
background-color css
<style>
a { background-color: #6A72ED; }
a { background-color: rgb(106,114,237); }
div.DivClassName
{
background-color: #6A72ED;
}
.BgClassName
{
background-color: #6A72ED;
}
</style>
border-color css
<style>
span { border-color: #6A72ED; }
span { border-color: rgb(106,114,237); }
td.TdClassName
{
border-color: #6A72ED;
}
.TagClassName
{
border-color: #6A72ED;
}
</style>