Shades of Medium Slate Blue #6C72EE
Tints of Medium Slate Blue #6C72EE
RGB
CMYK
RGB Variations
Color information
#6C72EE (or 0x6C72EE) is known color: Medium Slate Blue. HEX triplet: 6C, 72 and EE. RGB value is (108,114,238). Sum of RGB (Red+Green+Blue) = 108+114+238=460 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.48% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #6C72EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C72EE is #938D11. Grayscale: #7D7D7D. Windows color (decimal): -9669906 or 15626860. OLE color: 15626860.
HSL color Cylindrical-coordinate representation of color #6C72EE: hue angle of 237.23º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C72EE is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 114 | 238 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.07 |
| HSL | 237.23º | 0.79% | 0.68% | - |
| HSV(B) | 237.23º | 0.55% | 0.93% | - |
| XYZ | 27.63 | 21.4 | 83.56 | - |
| YUV | 126.34 | 191.01 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 238 | 0.55 | 0.52 | 0 | 0.07 | 237.23 | 0.79 | 0.68 |
| Hex | 6C | 72 | EE | 37 | 34 | 0 | 7 | ED | 4F | 44 |
| Octal | 154 | 162 | 356 | 67 | 64 | 0 | 7 | 355 | 117 | 104 |
| Binary | 1101100 | 1110010 | 11101110 | 110111 | 110100 | 0 | 111 | 11101101 | 1001111 | 1000100 |
Color Harmonies of #6C72EE
Complementary color
Monochromatic Colors of #6C72EE
Black with #6C72EE
Text Example
Text Example
White with #6C72EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C72EE; }
p { color: rgb(108,114,238); }
H1.HeaderClassName
{
color: #6C72EE;
}
.AnyTagClassName
{
color: #6C72EE;
}
</style>
background-color css
<style>
a { background-color: #6C72EE; }
a { background-color: rgb(108,114,238); }
div.DivClassName
{
background-color: #6C72EE;
}
.BgClassName
{
background-color: #6C72EE;
}
</style>
border-color css
<style>
span { border-color: #6C72EE; }
span { border-color: rgb(108,114,238); }
td.TdClassName
{
border-color: #6C72EE;
}
.TagClassName
{
border-color: #6C72EE;
}
</style>