Shades of Medium Slate Blue #6977DD
Tints of Medium Slate Blue #6977DD
RGB
CMYK
RGB Variations
Color information
#6977DD (or 0x6977DD) is known color: Medium Slate Blue. HEX triplet: 69, 77 and DD. RGB value is (105,119,221). Sum of RGB (Red+Green+Blue) = 105+119+221=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #6977DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6977DD is #968822. Grayscale: #7E7E7E. Windows color (decimal): -9865251 or 14514025. OLE color: 14514025.
HSL color Cylindrical-coordinate representation of color #6977DD: hue angle of 232.76º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6977DD is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 119 | 221 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.13 |
| HSL | 232.76º | 0.63% | 0.64% | - |
| HSV(B) | 232.76º | 0.52% | 0.87% | - |
| XYZ | 25.47 | 21.42 | 71.2 | - |
| YUV | 126.44 | 181.36 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 221 | 0.52 | 0.46 | 0 | 0.13 | 232.76 | 0.63 | 0.64 |
| Hex | 69 | 77 | DD | 34 | 2E | 0 | D | E9 | 3F | 40 |
| Octal | 151 | 167 | 335 | 64 | 56 | 0 | 15 | 351 | 77 | 100 |
| Binary | 1101001 | 1110111 | 11011101 | 110100 | 101110 | 0 | 1101 | 11101001 | 111111 | 1000000 |
Color Harmonies of #6977DD
Complementary color
Monochromatic Colors of #6977DD
Black with #6977DD
Text Example
Text Example
White with #6977DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6977DD; }
p { color: rgb(105,119,221); }
H1.HeaderClassName
{
color: #6977DD;
}
.AnyTagClassName
{
color: #6977DD;
}
</style>
background-color css
<style>
a { background-color: #6977DD; }
a { background-color: rgb(105,119,221); }
div.DivClassName
{
background-color: #6977DD;
}
.BgClassName
{
background-color: #6977DD;
}
</style>
border-color css
<style>
span { border-color: #6977DD; }
span { border-color: rgb(105,119,221); }
td.TdClassName
{
border-color: #6977DD;
}
.TagClassName
{
border-color: #6977DD;
}
</style>