Shades of Medium Slate Blue #6874FB
Tints of Medium Slate Blue #6874FB
RGB
CMYK
RGB Variations
Color information
#6874FB (or 0x6874FB) is known color: Medium Slate Blue. HEX triplet: 68, 74 and FB. RGB value is (104,116,251). Sum of RGB (Red+Green+Blue) = 104+116+251=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #6874FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6874FB is #978B04. Grayscale: #7F7F7F. Windows color (decimal): -9931525 or 16479336. OLE color: 16479336.
HSL color Cylindrical-coordinate representation of color #6874FB: hue angle of 235.1º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6874FB is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 116 | 251 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.02 |
| HSL | 235.1º | 0.95% | 0.7% | - |
| HSV(B) | 235.1º | 0.59% | 0.98% | - |
| XYZ | 29.37 | 22.4 | 94.04 | - |
| YUV | 127.8 | 197.52 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 251 | 0.59 | 0.54 | 0 | 0.02 | 235.1 | 0.95 | 0.7 |
| Hex | 68 | 74 | FB | 3B | 36 | 0 | 2 | EB | 5F | 46 |
| Octal | 150 | 164 | 373 | 73 | 66 | 0 | 2 | 353 | 137 | 106 |
| Binary | 1101000 | 1110100 | 11111011 | 111011 | 110110 | 0 | 10 | 11101011 | 1011111 | 1000110 |
Color Harmonies of #6874FB
Complementary color
Monochromatic Colors of #6874FB
Black with #6874FB
Text Example
Text Example
White with #6874FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6874FB; }
p { color: rgb(104,116,251); }
H1.HeaderClassName
{
color: #6874FB;
}
.AnyTagClassName
{
color: #6874FB;
}
</style>
background-color css
<style>
a { background-color: #6874FB; }
a { background-color: rgb(104,116,251); }
div.DivClassName
{
background-color: #6874FB;
}
.BgClassName
{
background-color: #6874FB;
}
</style>
border-color css
<style>
span { border-color: #6874FB; }
span { border-color: rgb(104,116,251); }
td.TdClassName
{
border-color: #6874FB;
}
.TagClassName
{
border-color: #6874FB;
}
</style>