Shades of Medium Slate Blue #6977F1
Tints of Medium Slate Blue #6977F1
RGB
CMYK
RGB Variations
Color information
#6977F1 (or 0x6977F1) is known color: Medium Slate Blue. HEX triplet: 69, 77 and F1. RGB value is (105,119,241). Sum of RGB (Red+Green+Blue) = 105+119+241=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #6977F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6977F1 is #96880E. Grayscale: #808080. Windows color (decimal): -9865231 or 15824745. OLE color: 15824745.
HSL color Cylindrical-coordinate representation of color #6977F1: hue angle of 233.82º 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 #6977F1 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 119 | 241 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.05 |
| HSL | 233.82º | 0.83% | 0.68% | - |
| HSV(B) | 233.82º | 0.56% | 0.95% | - |
| XYZ | 28.3 | 22.55 | 86.08 | - |
| YUV | 128.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 241 | 0.56 | 0.51 | 0 | 0.05 | 233.82 | 0.83 | 0.68 |
| Hex | 69 | 77 | F1 | 38 | 33 | 0 | 5 | EA | 53 | 44 |
| Octal | 151 | 167 | 361 | 70 | 63 | 0 | 5 | 352 | 123 | 104 |
| Binary | 1101001 | 1110111 | 11110001 | 111000 | 110011 | 0 | 101 | 11101010 | 1010011 | 1000100 |
Color Harmonies of #6977F1
Complementary color
Monochromatic Colors of #6977F1
Black with #6977F1
Text Example
Text Example
White with #6977F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6977F1; }
p { color: rgb(105,119,241); }
H1.HeaderClassName
{
color: #6977F1;
}
.AnyTagClassName
{
color: #6977F1;
}
</style>
background-color css
<style>
a { background-color: #6977F1; }
a { background-color: rgb(105,119,241); }
div.DivClassName
{
background-color: #6977F1;
}
.BgClassName
{
background-color: #6977F1;
}
</style>
border-color css
<style>
span { border-color: #6977F1; }
span { border-color: rgb(105,119,241); }
td.TdClassName
{
border-color: #6977F1;
}
.TagClassName
{
border-color: #6977F1;
}
</style>