Shades of Medium Slate Blue #6771FE
Tints of Medium Slate Blue #6771FE
RGB
CMYK
RGB Variations
Color information
#6771FE (or 0x6771FE) is known color: Medium Slate Blue. HEX triplet: 67, 71 and FE. RGB value is (103,113,254). Sum of RGB (Red+Green+Blue) = 103+113+254=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #6771FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6771FE is #988E01. Grayscale: #7D7D7D. Windows color (decimal): -9997826 or 16675175. OLE color: 16675175.
HSL color Cylindrical-coordinate representation of color #6771FE: hue angle of 236.03º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6771FE is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 113 | 254 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.00 |
| HSL | 236.03º | 0.99% | 0.7% | - |
| HSV(B) | 236.03º | 0.59% | 1% | - |
| XYZ | 29.39 | 21.85 | 96.43 | - |
| YUV | 126.08 | 200.19 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 254 | 0.59 | 0.56 | 0 | 0.00 | 236.03 | 0.99 | 0.7 |
| Hex | 67 | 71 | FE | 3B | 38 | 0 | 0 | EC | 63 | 46 |
| Octal | 147 | 161 | 376 | 73 | 70 | 0 | 0 | 354 | 143 | 106 |
| Binary | 1100111 | 1110001 | 11111110 | 111011 | 111000 | 0 | 0 | 11101100 | 1100011 | 1000110 |
Color Harmonies of #6771FE
Complementary color
Monochromatic Colors of #6771FE
Black with #6771FE
Text Example
Text Example
White with #6771FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6771FE; }
p { color: rgb(103,113,254); }
H1.HeaderClassName
{
color: #6771FE;
}
.AnyTagClassName
{
color: #6771FE;
}
</style>
background-color css
<style>
a { background-color: #6771FE; }
a { background-color: rgb(103,113,254); }
div.DivClassName
{
background-color: #6771FE;
}
.BgClassName
{
background-color: #6771FE;
}
</style>
border-color css
<style>
span { border-color: #6771FE; }
span { border-color: rgb(103,113,254); }
td.TdClassName
{
border-color: #6771FE;
}
.TagClassName
{
border-color: #6771FE;
}
</style>