Shades of Medium Slate Blue #6974DB
Tints of Medium Slate Blue #6974DB
RGB
CMYK
RGB Variations
Color information
#6974DB (or 0x6974DB) is known color: Medium Slate Blue. HEX triplet: 69, 74 and DB. RGB value is (105,116,219). Sum of RGB (Red+Green+Blue) = 105+116+219=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 116 (45.70% from 255 or 26.36% 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 #6974DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6974DB is #968B24. Grayscale: #7C7C7C. Windows color (decimal): -9866021 or 14382185. OLE color: 14382185.
HSL color Cylindrical-coordinate representation of color #6974DB: hue angle of 234.21º 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 #6974DB is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 116 | 219 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.14 |
| HSL | 234.21º | 0.61% | 0.64% | - |
| HSV(B) | 234.21º | 0.52% | 0.86% | - |
| XYZ | 24.86 | 20.61 | 69.69 | - |
| YUV | 124.45 | 181.36 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 116 | 219 | 0.52 | 0.47 | 0 | 0.14 | 234.21 | 0.61 | 0.64 |
| Hex | 69 | 74 | DB | 34 | 2F | 0 | E | EA | 3D | 40 |
| Octal | 151 | 164 | 333 | 64 | 57 | 0 | 16 | 352 | 75 | 100 |
| Binary | 1101001 | 1110100 | 11011011 | 110100 | 101111 | 0 | 1110 | 11101010 | 111101 | 1000000 |
Color Harmonies of #6974DB
Complementary color
Monochromatic Colors of #6974DB
Black with #6974DB
Text Example
Text Example
White with #6974DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6974DB; }
p { color: rgb(105,116,219); }
H1.HeaderClassName
{
color: #6974DB;
}
.AnyTagClassName
{
color: #6974DB;
}
</style>
background-color css
<style>
a { background-color: #6974DB; }
a { background-color: rgb(105,116,219); }
div.DivClassName
{
background-color: #6974DB;
}
.BgClassName
{
background-color: #6974DB;
}
</style>
border-color css
<style>
span { border-color: #6974DB; }
span { border-color: rgb(105,116,219); }
td.TdClassName
{
border-color: #6974DB;
}
.TagClassName
{
border-color: #6974DB;
}
</style>