Shades of Medium Slate Blue #6972FE
Tints of Medium Slate Blue #6972FE
RGB
CMYK
RGB Variations
Color information
#6972FE (or 0x6972FE) is known color: Medium Slate Blue. HEX triplet: 69, 72 and FE. RGB value is (105,114,254). Sum of RGB (Red+Green+Blue) = 105+114+254=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #6972FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6972FE is #968D01. Grayscale: #7E7E7E. Windows color (decimal): -9866498 or 16675433. OLE color: 16675433.
HSL color Cylindrical-coordinate representation of color #6972FE: hue angle of 236.38º 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 #6972FE is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 114 | 254 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.00 |
| HSL | 236.38º | 0.99% | 0.7% | - |
| HSV(B) | 236.38º | 0.59% | 1% | - |
| XYZ | 29.73 | 22.19 | 96.48 | - |
| YUV | 127.27 | 199.52 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 254 | 0.59 | 0.55 | 0 | 0.00 | 236.38 | 0.99 | 0.7 |
| Hex | 69 | 72 | FE | 3B | 37 | 0 | 0 | EC | 63 | 46 |
| Octal | 151 | 162 | 376 | 73 | 67 | 0 | 0 | 354 | 143 | 106 |
| Binary | 1101001 | 1110010 | 11111110 | 111011 | 110111 | 0 | 0 | 11101100 | 1100011 | 1000110 |
Color Harmonies of #6972FE
Complementary color
Monochromatic Colors of #6972FE
Black with #6972FE
Text Example
Text Example
White with #6972FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6972FE; }
p { color: rgb(105,114,254); }
H1.HeaderClassName
{
color: #6972FE;
}
.AnyTagClassName
{
color: #6972FE;
}
</style>
background-color css
<style>
a { background-color: #6972FE; }
a { background-color: rgb(105,114,254); }
div.DivClassName
{
background-color: #6972FE;
}
.BgClassName
{
background-color: #6972FE;
}
</style>
border-color css
<style>
span { border-color: #6972FE; }
span { border-color: rgb(105,114,254); }
td.TdClassName
{
border-color: #6972FE;
}
.TagClassName
{
border-color: #6972FE;
}
</style>