Shades of Medium Slate Blue #6972F1
Tints of Medium Slate Blue #6972F1
RGB
CMYK
RGB Variations
Color information
#6972F1 (or 0x6972F1) is known color: Medium Slate Blue. HEX triplet: 69, 72 and F1. RGB value is (105,114,241). Sum of RGB (Red+Green+Blue) = 105+114+241=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #6972F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6972F1 is #968D0E. Grayscale: #7D7D7D. Windows color (decimal): -9866511 or 15823465. OLE color: 15823465.
HSL color Cylindrical-coordinate representation of color #6972F1: hue angle of 236.03º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6972F1 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 114 | 241 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.05 |
| HSL | 236.03º | 0.83% | 0.68% | - |
| HSV(B) | 236.03º | 0.56% | 0.95% | - |
| XYZ | 27.72 | 21.39 | 85.89 | - |
| YUV | 125.79 | 193.02 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 241 | 0.56 | 0.53 | 0 | 0.05 | 236.03 | 0.83 | 0.68 |
| Hex | 69 | 72 | F1 | 38 | 35 | 0 | 5 | EC | 53 | 44 |
| Octal | 151 | 162 | 361 | 70 | 65 | 0 | 5 | 354 | 123 | 104 |
| Binary | 1101001 | 1110010 | 11110001 | 111000 | 110101 | 0 | 101 | 11101100 | 1010011 | 1000100 |
Color Harmonies of #6972F1
Complementary color
Monochromatic Colors of #6972F1
Black with #6972F1
Text Example
Text Example
White with #6972F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6972F1; }
p { color: rgb(105,114,241); }
H1.HeaderClassName
{
color: #6972F1;
}
.AnyTagClassName
{
color: #6972F1;
}
</style>
background-color css
<style>
a { background-color: #6972F1; }
a { background-color: rgb(105,114,241); }
div.DivClassName
{
background-color: #6972F1;
}
.BgClassName
{
background-color: #6972F1;
}
</style>
border-color css
<style>
span { border-color: #6972F1; }
span { border-color: rgb(105,114,241); }
td.TdClassName
{
border-color: #6972F1;
}
.TagClassName
{
border-color: #6972F1;
}
</style>