Shades of Medium Slate Blue #6A77EB
Tints of Medium Slate Blue #6A77EB
RGB
CMYK
RGB Variations
Color information
#6A77EB (or 0x6A77EB) is known color: Medium Slate Blue. HEX triplet: 6A, 77 and EB. RGB value is (106,119,235). Sum of RGB (Red+Green+Blue) = 106+119+235=460 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.04% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A77EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A77EB is #958814. Grayscale: #7F7F7F. Windows color (decimal): -9799701 or 15431530. OLE color: 15431530.
HSL color Cylindrical-coordinate representation of color #6A77EB: hue angle of 233.95º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A77EB is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 119 | 235 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.08 |
| HSL | 233.95º | 0.76% | 0.67% | - |
| HSV(B) | 233.95º | 0.55% | 0.92% | - |
| XYZ | 27.54 | 22.26 | 81.44 | - |
| YUV | 128.34 | 188.19 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 119 | 235 | 0.55 | 0.49 | 0 | 0.08 | 233.95 | 0.76 | 0.67 |
| Hex | 6A | 77 | EB | 37 | 31 | 0 | 8 | EA | 4C | 43 |
| Octal | 152 | 167 | 353 | 67 | 61 | 0 | 10 | 352 | 114 | 103 |
| Binary | 1101010 | 1110111 | 11101011 | 110111 | 110001 | 0 | 1000 | 11101010 | 1001100 | 1000011 |
Color Harmonies of #6A77EB
Complementary color
Monochromatic Colors of #6A77EB
Black with #6A77EB
Text Example
Text Example
White with #6A77EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A77EB; }
p { color: rgb(106,119,235); }
H1.HeaderClassName
{
color: #6A77EB;
}
.AnyTagClassName
{
color: #6A77EB;
}
</style>
background-color css
<style>
a { background-color: #6A77EB; }
a { background-color: rgb(106,119,235); }
div.DivClassName
{
background-color: #6A77EB;
}
.BgClassName
{
background-color: #6A77EB;
}
</style>
border-color css
<style>
span { border-color: #6A77EB; }
span { border-color: rgb(106,119,235); }
td.TdClassName
{
border-color: #6A77EB;
}
.TagClassName
{
border-color: #6A77EB;
}
</style>