Shades of Medium Slate Blue #6F76DC
Tints of Medium Slate Blue #6F76DC
RGB
CMYK
RGB Variations
Color information
#6F76DC (or 0x6F76DC) is known color: Medium Slate Blue. HEX triplet: 6F, 76 and DC. RGB value is (111,118,220). Sum of RGB (Red+Green+Blue) = 111+118+220=449 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.72% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F76DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F76DC is #908923. Grayscale: #7F7F7F. Windows color (decimal): -9472292 or 14448239. OLE color: 14448239.
HSL color Cylindrical-coordinate representation of color #6F76DC: hue angle of 236.15º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F76DC is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 118 | 220 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.14 |
| HSL | 236.15º | 0.61% | 0.65% | - |
| HSV(B) | 236.15º | 0.5% | 0.86% | - |
| XYZ | 25.95 | 21.5 | 70.49 | - |
| YUV | 127.54 | 180.18 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 220 | 0.50 | 0.46 | 0 | 0.14 | 236.15 | 0.61 | 0.65 |
| Hex | 6F | 76 | DC | 32 | 2E | 0 | E | EC | 3D | 41 |
| Octal | 157 | 166 | 334 | 62 | 56 | 0 | 16 | 354 | 75 | 101 |
| Binary | 1101111 | 1110110 | 11011100 | 110010 | 101110 | 0 | 1110 | 11101100 | 111101 | 1000001 |
Color Harmonies of #6F76DC
Complementary color
Monochromatic Colors of #6F76DC
Black with #6F76DC
Text Example
Text Example
White with #6F76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F76DC; }
p { color: rgb(111,118,220); }
H1.HeaderClassName
{
color: #6F76DC;
}
.AnyTagClassName
{
color: #6F76DC;
}
</style>
background-color css
<style>
a { background-color: #6F76DC; }
a { background-color: rgb(111,118,220); }
div.DivClassName
{
background-color: #6F76DC;
}
.BgClassName
{
background-color: #6F76DC;
}
</style>
border-color css
<style>
span { border-color: #6F76DC; }
span { border-color: rgb(111,118,220); }
td.TdClassName
{
border-color: #6F76DC;
}
.TagClassName
{
border-color: #6F76DC;
}
</style>