Shades of Medium Slate Blue #6973FE
Tints of Medium Slate Blue #6973FE
RGB
CMYK
RGB Variations
Color information
#6973FE (or 0x6973FE) is known color: Medium Slate Blue. HEX triplet: 69, 73 and FE. RGB value is (105,115,254). Sum of RGB (Red+Green+Blue) = 105+115+254=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #6973FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6973FE is #968C01. Grayscale: #7F7F7F. Windows color (decimal): -9866242 or 16675689. OLE color: 16675689.
HSL color Cylindrical-coordinate representation of color #6973FE: hue angle of 235.97º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6973FE is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 115 | 254 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.00 |
| HSL | 235.97º | 0.99% | 0.7% | - |
| HSV(B) | 235.97º | 0.59% | 1% | - |
| XYZ | 29.85 | 22.42 | 96.52 | - |
| YUV | 127.86 | 199.19 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 254 | 0.59 | 0.55 | 0 | 0.00 | 235.97 | 0.99 | 0.7 |
| Hex | 69 | 73 | FE | 3B | 37 | 0 | 0 | EC | 63 | 46 |
| Octal | 151 | 163 | 376 | 73 | 67 | 0 | 0 | 354 | 143 | 106 |
| Binary | 1101001 | 1110011 | 11111110 | 111011 | 110111 | 0 | 0 | 11101100 | 1100011 | 1000110 |
Color Harmonies of #6973FE
Complementary color
Monochromatic Colors of #6973FE
Black with #6973FE
Text Example
Text Example
White with #6973FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6973FE; }
p { color: rgb(105,115,254); }
H1.HeaderClassName
{
color: #6973FE;
}
.AnyTagClassName
{
color: #6973FE;
}
</style>
background-color css
<style>
a { background-color: #6973FE; }
a { background-color: rgb(105,115,254); }
div.DivClassName
{
background-color: #6973FE;
}
.BgClassName
{
background-color: #6973FE;
}
</style>
border-color css
<style>
span { border-color: #6973FE; }
span { border-color: rgb(105,115,254); }
td.TdClassName
{
border-color: #6973FE;
}
.TagClassName
{
border-color: #6973FE;
}
</style>