Shades of Medium Slate Blue #6875DB
Tints of Medium Slate Blue #6875DB
RGB
CMYK
RGB Variations
Color information
#6875DB (or 0x6875DB) is known color: Medium Slate Blue. HEX triplet: 68, 75 and DB. RGB value is (104,117,219). Sum of RGB (Red+Green+Blue) = 104+117+219=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #6875DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875DB is #978A24. Grayscale: #7C7C7C. Windows color (decimal): -9931301 or 14382440. OLE color: 14382440.
HSL color Cylindrical-coordinate representation of color #6875DB: hue angle of 233.22º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6875DB is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 117 | 219 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.14 |
| HSL | 233.22º | 0.61% | 0.63% | - |
| HSV(B) | 233.22º | 0.53% | 0.86% | - |
| XYZ | 24.86 | 20.78 | 69.72 | - |
| YUV | 124.74 | 181.19 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 219 | 0.53 | 0.47 | 0 | 0.14 | 233.22 | 0.61 | 0.63 |
| Hex | 68 | 75 | DB | 35 | 2F | 0 | E | E9 | 3D | 3F |
| Octal | 150 | 165 | 333 | 65 | 57 | 0 | 16 | 351 | 75 | 77 |
| Binary | 1101000 | 1110101 | 11011011 | 110101 | 101111 | 0 | 1110 | 11101001 | 111101 | 111111 |
Color Harmonies of #6875DB
Complementary color
Monochromatic Colors of #6875DB
Black with #6875DB
Text Example
Text Example
White with #6875DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6875DB; }
p { color: rgb(104,117,219); }
H1.HeaderClassName
{
color: #6875DB;
}
.AnyTagClassName
{
color: #6875DB;
}
</style>
background-color css
<style>
a { background-color: #6875DB; }
a { background-color: rgb(104,117,219); }
div.DivClassName
{
background-color: #6875DB;
}
.BgClassName
{
background-color: #6875DB;
}
</style>
border-color css
<style>
span { border-color: #6875DB; }
span { border-color: rgb(104,117,219); }
td.TdClassName
{
border-color: #6875DB;
}
.TagClassName
{
border-color: #6875DB;
}
</style>