Shades of Medium Slate Blue #6978ED
Tints of Medium Slate Blue #6978ED
RGB
CMYK
RGB Variations
Color information
#6978ED (or 0x6978ED) is known color: Medium Slate Blue. HEX triplet: 69, 78 and ED. RGB value is (105,120,237). Sum of RGB (Red+Green+Blue) = 105+120+237=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #6978ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6978ED is #968712. Grayscale: #808080. Windows color (decimal): -9864979 or 15562857. OLE color: 15562857.
HSL color Cylindrical-coordinate representation of color #6978ED: hue angle of 233.18º degrees, saturation: 0.79, 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 #6978ED is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 120 | 237 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.07 |
| HSL | 233.18º | 0.79% | 0.67% | - |
| HSV(B) | 233.18º | 0.56% | 0.93% | - |
| XYZ | 27.83 | 22.55 | 83.01 | - |
| YUV | 128.85 | 189.03 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 237 | 0.56 | 0.49 | 0 | 0.07 | 233.18 | 0.79 | 0.67 |
| Hex | 69 | 78 | ED | 38 | 31 | 0 | 7 | E9 | 4F | 43 |
| Octal | 151 | 170 | 355 | 70 | 61 | 0 | 7 | 351 | 117 | 103 |
| Binary | 1101001 | 1111000 | 11101101 | 111000 | 110001 | 0 | 111 | 11101001 | 1001111 | 1000011 |
Color Harmonies of #6978ED
Complementary color
Monochromatic Colors of #6978ED
Black with #6978ED
Text Example
Text Example
White with #6978ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6978ED; }
p { color: rgb(105,120,237); }
H1.HeaderClassName
{
color: #6978ED;
}
.AnyTagClassName
{
color: #6978ED;
}
</style>
background-color css
<style>
a { background-color: #6978ED; }
a { background-color: rgb(105,120,237); }
div.DivClassName
{
background-color: #6978ED;
}
.BgClassName
{
background-color: #6978ED;
}
</style>
border-color css
<style>
span { border-color: #6978ED; }
span { border-color: rgb(105,120,237); }
td.TdClassName
{
border-color: #6978ED;
}
.TagClassName
{
border-color: #6978ED;
}
</style>