Shades of Medium Slate Blue #6777FA
Tints of Medium Slate Blue #6777FA
RGB
CMYK
RGB Variations
Color information
#6777FA (or 0x6777FA) is known color: Medium Slate Blue. HEX triplet: 67, 77 and FA. RGB value is (103,119,250). Sum of RGB (Red+Green+Blue) = 103+119+250=472 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.82% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #6777FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6777FA is #988805. Grayscale: #808080. Windows color (decimal): -9996294 or 16414567. OLE color: 16414567.
HSL color Cylindrical-coordinate representation of color #6777FA: hue angle of 233.47º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6777FA is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 119 | 250 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.02 |
| HSL | 233.47º | 0.94% | 0.69% | - |
| HSV(B) | 233.47º | 0.59% | 0.98% | - |
| XYZ | 29.45 | 22.98 | 93.33 | - |
| YUV | 129.15 | 196.2 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 250 | 0.59 | 0.52 | 0 | 0.02 | 233.47 | 0.94 | 0.69 |
| Hex | 67 | 77 | FA | 3B | 34 | 0 | 2 | E9 | 5E | 45 |
| Octal | 147 | 167 | 372 | 73 | 64 | 0 | 2 | 351 | 136 | 105 |
| Binary | 1100111 | 1110111 | 11111010 | 111011 | 110100 | 0 | 10 | 11101001 | 1011110 | 1000101 |
Color Harmonies of #6777FA
Complementary color
Monochromatic Colors of #6777FA
Black with #6777FA
Text Example
Text Example
White with #6777FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6777FA; }
p { color: rgb(103,119,250); }
H1.HeaderClassName
{
color: #6777FA;
}
.AnyTagClassName
{
color: #6777FA;
}
</style>
background-color css
<style>
a { background-color: #6777FA; }
a { background-color: rgb(103,119,250); }
div.DivClassName
{
background-color: #6777FA;
}
.BgClassName
{
background-color: #6777FA;
}
</style>
border-color css
<style>
span { border-color: #6777FA; }
span { border-color: rgb(103,119,250); }
td.TdClassName
{
border-color: #6777FA;
}
.TagClassName
{
border-color: #6777FA;
}
</style>