Shades of Medium Slate Blue #6970FB
Tints of Medium Slate Blue #6970FB
RGB
CMYK
RGB Variations
Color information
#6970FB (or 0x6970FB) is known color: Medium Slate Blue. HEX triplet: 69, 70 and FB. RGB value is (105,112,251). Sum of RGB (Red+Green+Blue) = 105+112+251=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #6970FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6970FB is #968F04. Grayscale: #7D7D7D. Windows color (decimal): -9867013 or 16478313. OLE color: 16478313.
HSL color Cylindrical-coordinate representation of color #6970FB: hue angle of 237.12º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6970FB is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 112 | 251 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.02 |
| HSL | 237.12º | 0.95% | 0.7% | - |
| HSV(B) | 237.12º | 0.58% | 0.98% | - |
| XYZ | 29.03 | 21.56 | 93.9 | - |
| YUV | 125.75 | 198.68 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 251 | 0.58 | 0.55 | 0 | 0.02 | 237.12 | 0.95 | 0.7 |
| Hex | 69 | 70 | FB | 3A | 37 | 0 | 2 | ED | 5F | 46 |
| Octal | 151 | 160 | 373 | 72 | 67 | 0 | 2 | 355 | 137 | 106 |
| Binary | 1101001 | 1110000 | 11111011 | 111010 | 110111 | 0 | 10 | 11101101 | 1011111 | 1000110 |
Color Harmonies of #6970FB
Complementary color
Monochromatic Colors of #6970FB
Black with #6970FB
Text Example
Text Example
White with #6970FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6970FB; }
p { color: rgb(105,112,251); }
H1.HeaderClassName
{
color: #6970FB;
}
.AnyTagClassName
{
color: #6970FB;
}
</style>
background-color css
<style>
a { background-color: #6970FB; }
a { background-color: rgb(105,112,251); }
div.DivClassName
{
background-color: #6970FB;
}
.BgClassName
{
background-color: #6970FB;
}
</style>
border-color css
<style>
span { border-color: #6970FB; }
span { border-color: rgb(105,112,251); }
td.TdClassName
{
border-color: #6970FB;
}
.TagClassName
{
border-color: #6970FB;
}
</style>