Shades of Medium Slate Blue #6776DD
Tints of Medium Slate Blue #6776DD
RGB
CMYK
RGB Variations
Color information
#6776DD (or 0x6776DD) is known color: Medium Slate Blue. HEX triplet: 67, 76 and DD. RGB value is (103,118,221). Sum of RGB (Red+Green+Blue) = 103+118+221=442 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.30% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #6776DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6776DD is #988922. Grayscale: #7C7C7C. Windows color (decimal): -9996579 or 14513767. OLE color: 14513767.
HSL color Cylindrical-coordinate representation of color #6776DD: hue angle of 232.37º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6776DD is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 118 | 221 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.13 |
| HSL | 232.37º | 0.63% | 0.64% | - |
| HSV(B) | 232.37º | 0.53% | 0.87% | - |
| XYZ | 25.12 | 21.06 | 71.15 | - |
| YUV | 125.26 | 182.03 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 221 | 0.53 | 0.47 | 0 | 0.13 | 232.37 | 0.63 | 0.64 |
| Hex | 67 | 76 | DD | 35 | 2F | 0 | D | E8 | 3F | 40 |
| Octal | 147 | 166 | 335 | 65 | 57 | 0 | 15 | 350 | 77 | 100 |
| Binary | 1100111 | 1110110 | 11011101 | 110101 | 101111 | 0 | 1101 | 11101000 | 111111 | 1000000 |
Color Harmonies of #6776DD
Complementary color
Monochromatic Colors of #6776DD
Black with #6776DD
Text Example
Text Example
White with #6776DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6776DD; }
p { color: rgb(103,118,221); }
H1.HeaderClassName
{
color: #6776DD;
}
.AnyTagClassName
{
color: #6776DD;
}
</style>
background-color css
<style>
a { background-color: #6776DD; }
a { background-color: rgb(103,118,221); }
div.DivClassName
{
background-color: #6776DD;
}
.BgClassName
{
background-color: #6776DD;
}
</style>
border-color css
<style>
span { border-color: #6776DD; }
span { border-color: rgb(103,118,221); }
td.TdClassName
{
border-color: #6776DD;
}
.TagClassName
{
border-color: #6776DD;
}
</style>