Shades of Medium Slate Blue #6F77DC
Tints of Medium Slate Blue #6F77DC
RGB
CMYK
RGB Variations
Color information
#6F77DC (or 0x6F77DC) is known color: Medium Slate Blue. HEX triplet: 6F, 77 and DC. RGB value is (111,119,220). Sum of RGB (Red+Green+Blue) = 111+119+220=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F77DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F77DC is #908823. Grayscale: #7F7F7F. Windows color (decimal): -9472036 or 14448495. OLE color: 14448495.
HSL color Cylindrical-coordinate representation of color #6F77DC: hue angle of 235.6º 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 #6F77DC is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 119 | 220 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.14 |
| HSL | 235.6º | 0.61% | 0.65% | - |
| HSV(B) | 235.6º | 0.5% | 0.86% | - |
| XYZ | 26.07 | 21.74 | 70.53 | - |
| YUV | 128.12 | 179.85 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 220 | 0.50 | 0.46 | 0 | 0.14 | 235.6 | 0.61 | 0.65 |
| Hex | 6F | 77 | DC | 32 | 2E | 0 | E | EC | 3D | 41 |
| Octal | 157 | 167 | 334 | 62 | 56 | 0 | 16 | 354 | 75 | 101 |
| Binary | 1101111 | 1110111 | 11011100 | 110010 | 101110 | 0 | 1110 | 11101100 | 111101 | 1000001 |
Color Harmonies of #6F77DC
Complementary color
Monochromatic Colors of #6F77DC
Black with #6F77DC
Text Example
Text Example
White with #6F77DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F77DC; }
p { color: rgb(111,119,220); }
H1.HeaderClassName
{
color: #6F77DC;
}
.AnyTagClassName
{
color: #6F77DC;
}
</style>
background-color css
<style>
a { background-color: #6F77DC; }
a { background-color: rgb(111,119,220); }
div.DivClassName
{
background-color: #6F77DC;
}
.BgClassName
{
background-color: #6F77DC;
}
</style>
border-color css
<style>
span { border-color: #6F77DC; }
span { border-color: rgb(111,119,220); }
td.TdClassName
{
border-color: #6F77DC;
}
.TagClassName
{
border-color: #6F77DC;
}
</style>