Shades of Medium Slate Blue #6978DB
Tints of Medium Slate Blue #6978DB
RGB
CMYK
RGB Variations
Color information
#6978DB (or 0x6978DB) is known color: Medium Slate Blue. HEX triplet: 69, 78 and DB. RGB value is (105,120,219). Sum of RGB (Red+Green+Blue) = 105+120+219=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #6978DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6978DB is #968724. Grayscale: #7E7E7E. Windows color (decimal): -9864997 or 14383209. OLE color: 14383209.
HSL color Cylindrical-coordinate representation of color #6978DB: hue angle of 232.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6978DB is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 120 | 219 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.14 |
| HSL | 232.11º | 0.61% | 0.64% | - |
| HSV(B) | 232.11º | 0.52% | 0.86% | - |
| XYZ | 25.33 | 21.55 | 69.84 | - |
| YUV | 126.8 | 180.03 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 219 | 0.52 | 0.45 | 0 | 0.14 | 232.11 | 0.61 | 0.64 |
| Hex | 69 | 78 | DB | 34 | 2D | 0 | E | E8 | 3D | 40 |
| Octal | 151 | 170 | 333 | 64 | 55 | 0 | 16 | 350 | 75 | 100 |
| Binary | 1101001 | 1111000 | 11011011 | 110100 | 101101 | 0 | 1110 | 11101000 | 111101 | 1000000 |
Color Harmonies of #6978DB
Complementary color
Monochromatic Colors of #6978DB
Black with #6978DB
Text Example
Text Example
White with #6978DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6978DB; }
p { color: rgb(105,120,219); }
H1.HeaderClassName
{
color: #6978DB;
}
.AnyTagClassName
{
color: #6978DB;
}
</style>
background-color css
<style>
a { background-color: #6978DB; }
a { background-color: rgb(105,120,219); }
div.DivClassName
{
background-color: #6978DB;
}
.BgClassName
{
background-color: #6978DB;
}
</style>
border-color css
<style>
span { border-color: #6978DB; }
span { border-color: rgb(105,120,219); }
td.TdClassName
{
border-color: #6978DB;
}
.TagClassName
{
border-color: #6978DB;
}
</style>