Shades of Medium Slate Blue #6773FA
Tints of Medium Slate Blue #6773FA
RGB
CMYK
RGB Variations
Color information
#6773FA (or 0x6773FA) is known color: Medium Slate Blue. HEX triplet: 67, 73 and FA. RGB value is (103,115,250). Sum of RGB (Red+Green+Blue) = 103+115+250=468 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.01% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #6773FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6773FA is #988C05. Grayscale: #7E7E7E. Windows color (decimal): -9997318 or 16413543. OLE color: 16413543.
HSL color Cylindrical-coordinate representation of color #6773FA: hue angle of 235.1º 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 #6773FA is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 115 | 250 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.02 |
| HSL | 235.1º | 0.94% | 0.69% | - |
| HSV(B) | 235.1º | 0.59% | 0.98% | - |
| XYZ | 28.98 | 22.05 | 93.17 | - |
| YUV | 126.8 | 197.52 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 250 | 0.59 | 0.54 | 0 | 0.02 | 235.1 | 0.94 | 0.69 |
| Hex | 67 | 73 | FA | 3B | 36 | 0 | 2 | EB | 5E | 45 |
| Octal | 147 | 163 | 372 | 73 | 66 | 0 | 2 | 353 | 136 | 105 |
| Binary | 1100111 | 1110011 | 11111010 | 111011 | 110110 | 0 | 10 | 11101011 | 1011110 | 1000101 |
Color Harmonies of #6773FA
Complementary color
Monochromatic Colors of #6773FA
Black with #6773FA
Text Example
Text Example
White with #6773FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6773FA; }
p { color: rgb(103,115,250); }
H1.HeaderClassName
{
color: #6773FA;
}
.AnyTagClassName
{
color: #6773FA;
}
</style>
background-color css
<style>
a { background-color: #6773FA; }
a { background-color: rgb(103,115,250); }
div.DivClassName
{
background-color: #6773FA;
}
.BgClassName
{
background-color: #6773FA;
}
</style>
border-color css
<style>
span { border-color: #6773FA; }
span { border-color: rgb(103,115,250); }
td.TdClassName
{
border-color: #6773FA;
}
.TagClassName
{
border-color: #6773FA;
}
</style>