Shades of Medium Slate Blue #6979FA
Tints of Medium Slate Blue #6979FA
RGB
CMYK
RGB Variations
Color information
#6979FA (or 0x6979FA) is known color: Medium Slate Blue. HEX triplet: 69, 79 and FA. RGB value is (105,121,250). Sum of RGB (Red+Green+Blue) = 105+121+250=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #6979FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6979FA is #968605. Grayscale: #828282. Windows color (decimal): -9864710 or 16415081. OLE color: 16415081.
HSL color Cylindrical-coordinate representation of color #6979FA: hue angle of 233.38º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6979FA is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 121 | 250 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.02 |
| HSL | 233.38º | 0.94% | 0.7% | - |
| HSV(B) | 233.38º | 0.58% | 0.98% | - |
| XYZ | 29.92 | 23.58 | 93.42 | - |
| YUV | 130.92 | 195.2 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 250 | 0.58 | 0.52 | 0 | 0.02 | 233.38 | 0.94 | 0.7 |
| Hex | 69 | 79 | FA | 3A | 34 | 0 | 2 | E9 | 5E | 46 |
| Octal | 151 | 171 | 372 | 72 | 64 | 0 | 2 | 351 | 136 | 106 |
| Binary | 1101001 | 1111001 | 11111010 | 111010 | 110100 | 0 | 10 | 11101001 | 1011110 | 1000110 |
Color Harmonies of #6979FA
Complementary color
Monochromatic Colors of #6979FA
Black with #6979FA
Text Example
Text Example
White with #6979FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6979FA; }
p { color: rgb(105,121,250); }
H1.HeaderClassName
{
color: #6979FA;
}
.AnyTagClassName
{
color: #6979FA;
}
</style>
background-color css
<style>
a { background-color: #6979FA; }
a { background-color: rgb(105,121,250); }
div.DivClassName
{
background-color: #6979FA;
}
.BgClassName
{
background-color: #6979FA;
}
</style>
border-color css
<style>
span { border-color: #6979FA; }
span { border-color: rgb(105,121,250); }
td.TdClassName
{
border-color: #6979FA;
}
.TagClassName
{
border-color: #6979FA;
}
</style>