Shades of Medium Slate Blue #6773FB
Tints of Medium Slate Blue #6773FB
RGB
CMYK
RGB Variations
Color information
#6773FB (or 0x6773FB) is known color: Medium Slate Blue. HEX triplet: 67, 73 and FB. RGB value is (103,115,251). Sum of RGB (Red+Green+Blue) = 103+115+251=469 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.96% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #6773FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6773FB is #988C04. Grayscale: #7E7E7E. Windows color (decimal): -9997317 or 16479079. OLE color: 16479079.
HSL color Cylindrical-coordinate representation of color #6773FB: hue angle of 235.14º degrees, saturation: 0.95, 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 #6773FB is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 115 | 251 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.02 |
| HSL | 235.14º | 0.95% | 0.69% | - |
| HSV(B) | 235.14º | 0.59% | 0.98% | - |
| XYZ | 29.14 | 22.11 | 94 | - |
| YUV | 126.92 | 198.02 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 251 | 0.59 | 0.54 | 0 | 0.02 | 235.14 | 0.95 | 0.69 |
| Hex | 67 | 73 | FB | 3B | 36 | 0 | 2 | EB | 5F | 45 |
| Octal | 147 | 163 | 373 | 73 | 66 | 0 | 2 | 353 | 137 | 105 |
| Binary | 1100111 | 1110011 | 11111011 | 111011 | 110110 | 0 | 10 | 11101011 | 1011111 | 1000101 |
Color Harmonies of #6773FB
Complementary color
Monochromatic Colors of #6773FB
Black with #6773FB
Text Example
Text Example
White with #6773FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6773FB; }
p { color: rgb(103,115,251); }
H1.HeaderClassName
{
color: #6773FB;
}
.AnyTagClassName
{
color: #6773FB;
}
</style>
background-color css
<style>
a { background-color: #6773FB; }
a { background-color: rgb(103,115,251); }
div.DivClassName
{
background-color: #6773FB;
}
.BgClassName
{
background-color: #6773FB;
}
</style>
border-color css
<style>
span { border-color: #6773FB; }
span { border-color: rgb(103,115,251); }
td.TdClassName
{
border-color: #6773FB;
}
.TagClassName
{
border-color: #6773FB;
}
</style>