Shades of Medium Slate Blue #6774FA
Tints of Medium Slate Blue #6774FA
RGB
CMYK
RGB Variations
Color information
#6774FA (or 0x6774FA) is known color: Medium Slate Blue. HEX triplet: 67, 74 and FA. RGB value is (103,116,250). Sum of RGB (Red+Green+Blue) = 103+116+250=469 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.96% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #6774FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6774FA is #988B05. Grayscale: #7E7E7E. Windows color (decimal): -9997062 or 16413799. OLE color: 16413799.
HSL color Cylindrical-coordinate representation of color #6774FA: hue angle of 234.69º 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 #6774FA is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 116 | 250 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.02 |
| HSL | 234.69º | 0.94% | 0.69% | - |
| HSV(B) | 234.69º | 0.59% | 0.98% | - |
| XYZ | 29.09 | 22.28 | 93.21 | - |
| YUV | 127.39 | 197.19 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 250 | 0.59 | 0.54 | 0 | 0.02 | 234.69 | 0.94 | 0.69 |
| Hex | 67 | 74 | FA | 3B | 36 | 0 | 2 | EB | 5E | 45 |
| Octal | 147 | 164 | 372 | 73 | 66 | 0 | 2 | 353 | 136 | 105 |
| Binary | 1100111 | 1110100 | 11111010 | 111011 | 110110 | 0 | 10 | 11101011 | 1011110 | 1000101 |
Color Harmonies of #6774FA
Complementary color
Monochromatic Colors of #6774FA
Black with #6774FA
Text Example
Text Example
White with #6774FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6774FA; }
p { color: rgb(103,116,250); }
H1.HeaderClassName
{
color: #6774FA;
}
.AnyTagClassName
{
color: #6774FA;
}
</style>
background-color css
<style>
a { background-color: #6774FA; }
a { background-color: rgb(103,116,250); }
div.DivClassName
{
background-color: #6774FA;
}
.BgClassName
{
background-color: #6774FA;
}
</style>
border-color css
<style>
span { border-color: #6774FA; }
span { border-color: rgb(103,116,250); }
td.TdClassName
{
border-color: #6774FA;
}
.TagClassName
{
border-color: #6774FA;
}
</style>