Shades of Medium Slate Blue #6A76DD
Tints of Medium Slate Blue #6A76DD
RGB
CMYK
RGB Variations
Color information
#6A76DD (or 0x6A76DD) is known color: Medium Slate Blue. HEX triplet: 6A, 76 and DD. RGB value is (106,118,221). Sum of RGB (Red+Green+Blue) = 106+118+221=445 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.82% from 445); Green value is 118 (46.48% from 255 or 26.52% 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 #6A76DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A76DD is #958922. Grayscale: #7D7D7D. Windows color (decimal): -9799971 or 14513770. OLE color: 14513770.
HSL color Cylindrical-coordinate representation of color #6A76DD: hue angle of 233.74º 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 #6A76DD is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 118 | 221 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.13 |
| HSL | 233.74º | 0.63% | 0.64% | - |
| HSV(B) | 233.74º | 0.52% | 0.87% | - |
| XYZ | 25.47 | 21.24 | 71.16 | - |
| YUV | 126.15 | 181.52 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 118 | 221 | 0.52 | 0.47 | 0 | 0.13 | 233.74 | 0.63 | 0.64 |
| Hex | 6A | 76 | DD | 34 | 2F | 0 | D | EA | 3F | 40 |
| Octal | 152 | 166 | 335 | 64 | 57 | 0 | 15 | 352 | 77 | 100 |
| Binary | 1101010 | 1110110 | 11011101 | 110100 | 101111 | 0 | 1101 | 11101010 | 111111 | 1000000 |
Color Harmonies of #6A76DD
Complementary color
Monochromatic Colors of #6A76DD
Black with #6A76DD
Text Example
Text Example
White with #6A76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A76DD; }
p { color: rgb(106,118,221); }
H1.HeaderClassName
{
color: #6A76DD;
}
.AnyTagClassName
{
color: #6A76DD;
}
</style>
background-color css
<style>
a { background-color: #6A76DD; }
a { background-color: rgb(106,118,221); }
div.DivClassName
{
background-color: #6A76DD;
}
.BgClassName
{
background-color: #6A76DD;
}
</style>
border-color css
<style>
span { border-color: #6A76DD; }
span { border-color: rgb(106,118,221); }
td.TdClassName
{
border-color: #6A76DD;
}
.TagClassName
{
border-color: #6A76DD;
}
</style>