Shades of Medium Slate Blue #6975DB
Tints of Medium Slate Blue #6975DB
RGB
CMYK
RGB Variations
Color information
#6975DB (or 0x6975DB) is known color: Medium Slate Blue. HEX triplet: 69, 75 and DB. RGB value is (105,117,219). Sum of RGB (Red+Green+Blue) = 105+117+219=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #6975DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6975DB is #968A24. Grayscale: #7C7C7C. Windows color (decimal): -9865765 or 14382441. OLE color: 14382441.
HSL color Cylindrical-coordinate representation of color #6975DB: hue angle of 233.68º 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 #6975DB is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 117 | 219 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.14 |
| HSL | 233.68º | 0.61% | 0.64% | - |
| HSV(B) | 233.68º | 0.52% | 0.86% | - |
| XYZ | 24.97 | 20.84 | 69.72 | - |
| YUV | 125.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 219 | 0.52 | 0.47 | 0 | 0.14 | 233.68 | 0.61 | 0.64 |
| Hex | 69 | 75 | DB | 34 | 2F | 0 | E | EA | 3D | 40 |
| Octal | 151 | 165 | 333 | 64 | 57 | 0 | 16 | 352 | 75 | 100 |
| Binary | 1101001 | 1110101 | 11011011 | 110100 | 101111 | 0 | 1110 | 11101010 | 111101 | 1000000 |
Color Harmonies of #6975DB
Complementary color
Monochromatic Colors of #6975DB
Black with #6975DB
Text Example
Text Example
White with #6975DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6975DB; }
p { color: rgb(105,117,219); }
H1.HeaderClassName
{
color: #6975DB;
}
.AnyTagClassName
{
color: #6975DB;
}
</style>
background-color css
<style>
a { background-color: #6975DB; }
a { background-color: rgb(105,117,219); }
div.DivClassName
{
background-color: #6975DB;
}
.BgClassName
{
background-color: #6975DB;
}
</style>
border-color css
<style>
span { border-color: #6975DB; }
span { border-color: rgb(105,117,219); }
td.TdClassName
{
border-color: #6975DB;
}
.TagClassName
{
border-color: #6975DB;
}
</style>