Shades of Medium Slate Blue #6979EE
Tints of Medium Slate Blue #6979EE
RGB
CMYK
RGB Variations
Color information
#6979EE (or 0x6979EE) is known color: Medium Slate Blue. HEX triplet: 69, 79 and EE. RGB value is (105,121,238). Sum of RGB (Red+Green+Blue) = 105+121+238=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #6979EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6979EE is #968611. Grayscale: #818181. Windows color (decimal): -9864722 or 15628649. OLE color: 15628649.
HSL color Cylindrical-coordinate representation of color #6979EE: hue angle of 232.78º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6979EE is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 121 | 238 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.07 |
| HSL | 232.78º | 0.8% | 0.67% | - |
| HSV(B) | 232.78º | 0.56% | 0.93% | - |
| XYZ | 28.1 | 22.85 | 83.82 | - |
| YUV | 129.55 | 189.2 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 238 | 0.56 | 0.49 | 0 | 0.07 | 232.78 | 0.8 | 0.67 |
| Hex | 69 | 79 | EE | 38 | 31 | 0 | 7 | E9 | 50 | 43 |
| Octal | 151 | 171 | 356 | 70 | 61 | 0 | 7 | 351 | 120 | 103 |
| Binary | 1101001 | 1111001 | 11101110 | 111000 | 110001 | 0 | 111 | 11101001 | 1010000 | 1000011 |
Color Harmonies of #6979EE
Complementary color
Monochromatic Colors of #6979EE
Black with #6979EE
Text Example
Text Example
White with #6979EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6979EE; }
p { color: rgb(105,121,238); }
H1.HeaderClassName
{
color: #6979EE;
}
.AnyTagClassName
{
color: #6979EE;
}
</style>
background-color css
<style>
a { background-color: #6979EE; }
a { background-color: rgb(105,121,238); }
div.DivClassName
{
background-color: #6979EE;
}
.BgClassName
{
background-color: #6979EE;
}
</style>
border-color css
<style>
span { border-color: #6979EE; }
span { border-color: rgb(105,121,238); }
td.TdClassName
{
border-color: #6979EE;
}
.TagClassName
{
border-color: #6979EE;
}
</style>