Shades of Medium Slate Blue #6978F6
Tints of Medium Slate Blue #6978F6
RGB
CMYK
RGB Variations
Color information
#6978F6 (or 0x6978F6) is known color: Medium Slate Blue. HEX triplet: 69, 78 and F6. RGB value is (105,120,246). Sum of RGB (Red+Green+Blue) = 105+120+246=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #6978F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6978F6 is #968709. Grayscale: #818181. Windows color (decimal): -9864970 or 16152681. OLE color: 16152681.
HSL color Cylindrical-coordinate representation of color #6978F6: hue angle of 233.62º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6978F6 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 120 | 246 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.04 |
| HSL | 233.62º | 0.89% | 0.69% | - |
| HSV(B) | 233.62º | 0.57% | 0.96% | - |
| XYZ | 29.18 | 23.09 | 90.11 | - |
| YUV | 129.88 | 193.53 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 246 | 0.57 | 0.51 | 0 | 0.04 | 233.62 | 0.89 | 0.69 |
| Hex | 69 | 78 | F6 | 39 | 33 | 0 | 4 | EA | 59 | 45 |
| Octal | 151 | 170 | 366 | 71 | 63 | 0 | 4 | 352 | 131 | 105 |
| Binary | 1101001 | 1111000 | 11110110 | 111001 | 110011 | 0 | 100 | 11101010 | 1011001 | 1000101 |
Color Harmonies of #6978F6
Complementary color
Monochromatic Colors of #6978F6
Black with #6978F6
Text Example
Text Example
White with #6978F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6978F6; }
p { color: rgb(105,120,246); }
H1.HeaderClassName
{
color: #6978F6;
}
.AnyTagClassName
{
color: #6978F6;
}
</style>
background-color css
<style>
a { background-color: #6978F6; }
a { background-color: rgb(105,120,246); }
div.DivClassName
{
background-color: #6978F6;
}
.BgClassName
{
background-color: #6978F6;
}
</style>
border-color css
<style>
span { border-color: #6978F6; }
span { border-color: rgb(105,120,246); }
td.TdClassName
{
border-color: #6978F6;
}
.TagClassName
{
border-color: #6978F6;
}
</style>