Shades of Medium Slate Blue #6978E1
Tints of Medium Slate Blue #6978E1
RGB
CMYK
RGB Variations
Color information
#6978E1 (or 0x6978E1) is known color: Medium Slate Blue. HEX triplet: 69, 78 and E1. RGB value is (105,120,225). Sum of RGB (Red+Green+Blue) = 105+120+225=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #6978E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6978E1 is #96871E. Grayscale: #7F7F7F. Windows color (decimal): -9864991 or 14776425. OLE color: 14776425.
HSL color Cylindrical-coordinate representation of color #6978E1: hue angle of 232.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6978E1 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 120 | 225 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.12 |
| HSL | 232.5º | 0.67% | 0.65% | - |
| HSV(B) | 232.5º | 0.53% | 0.88% | - |
| XYZ | 26.13 | 21.87 | 74.08 | - |
| YUV | 127.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 225 | 0.53 | 0.47 | 0 | 0.12 | 232.5 | 0.67 | 0.65 |
| Hex | 69 | 78 | E1 | 35 | 2F | 0 | C | E8 | 43 | 41 |
| Octal | 151 | 170 | 341 | 65 | 57 | 0 | 14 | 350 | 103 | 101 |
| Binary | 1101001 | 1111000 | 11100001 | 110101 | 101111 | 0 | 1100 | 11101000 | 1000011 | 1000001 |
Color Harmonies of #6978E1
Complementary color
Monochromatic Colors of #6978E1
Black with #6978E1
Text Example
Text Example
White with #6978E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6978E1; }
p { color: rgb(105,120,225); }
H1.HeaderClassName
{
color: #6978E1;
}
.AnyTagClassName
{
color: #6978E1;
}
</style>
background-color css
<style>
a { background-color: #6978E1; }
a { background-color: rgb(105,120,225); }
div.DivClassName
{
background-color: #6978E1;
}
.BgClassName
{
background-color: #6978E1;
}
</style>
border-color css
<style>
span { border-color: #6978E1; }
span { border-color: rgb(105,120,225); }
td.TdClassName
{
border-color: #6978E1;
}
.TagClassName
{
border-color: #6978E1;
}
</style>