Shades of Medium Slate Blue #6771EC
Tints of Medium Slate Blue #6771EC
RGB
CMYK
RGB Variations
Color information
#6771EC (or 0x6771EC) is known color: Medium Slate Blue. HEX triplet: 67, 71 and EC. RGB value is (103,113,236). Sum of RGB (Red+Green+Blue) = 103+113+236=452 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.79% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #6771EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6771EC is #988E13. Grayscale: #7B7B7B. Windows color (decimal): -9997844 or 15495527. OLE color: 15495527.
HSL color Cylindrical-coordinate representation of color #6771EC: hue angle of 235.49º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6771EC is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 113 | 236 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.07 |
| HSL | 235.49º | 0.78% | 0.66% | - |
| HSV(B) | 235.49º | 0.56% | 0.93% | - |
| XYZ | 26.64 | 20.75 | 81.96 | - |
| YUV | 124.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 236 | 0.56 | 0.52 | 0 | 0.07 | 235.49 | 0.78 | 0.66 |
| Hex | 67 | 71 | EC | 38 | 34 | 0 | 7 | EB | 4E | 42 |
| Octal | 147 | 161 | 354 | 70 | 64 | 0 | 7 | 353 | 116 | 102 |
| Binary | 1100111 | 1110001 | 11101100 | 111000 | 110100 | 0 | 111 | 11101011 | 1001110 | 1000010 |
Color Harmonies of #6771EC
Complementary color
Monochromatic Colors of #6771EC
Black with #6771EC
Text Example
Text Example
White with #6771EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6771EC; }
p { color: rgb(103,113,236); }
H1.HeaderClassName
{
color: #6771EC;
}
.AnyTagClassName
{
color: #6771EC;
}
</style>
background-color css
<style>
a { background-color: #6771EC; }
a { background-color: rgb(103,113,236); }
div.DivClassName
{
background-color: #6771EC;
}
.BgClassName
{
background-color: #6771EC;
}
</style>
border-color css
<style>
span { border-color: #6771EC; }
span { border-color: rgb(103,113,236); }
td.TdClassName
{
border-color: #6771EC;
}
.TagClassName
{
border-color: #6771EC;
}
</style>