Shades of Medium Slate Blue #6977F8
Tints of Medium Slate Blue #6977F8
RGB
CMYK
RGB Variations
Color information
#6977F8 (or 0x6977F8) is known color: Medium Slate Blue. HEX triplet: 69, 77 and F8. RGB value is (105,119,248). Sum of RGB (Red+Green+Blue) = 105+119+248=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #6977F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6977F8 is #968807. Grayscale: #808080. Windows color (decimal): -9865224 or 16283497. OLE color: 16283497.
HSL color Cylindrical-coordinate representation of color #6977F8: hue angle of 234.13º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6977F8 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 119 | 248 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.03 |
| HSL | 234.13º | 0.91% | 0.69% | - |
| HSV(B) | 234.13º | 0.58% | 0.97% | - |
| XYZ | 29.37 | 22.97 | 91.69 | - |
| YUV | 129.52 | 194.86 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 248 | 0.58 | 0.52 | 0 | 0.03 | 234.13 | 0.91 | 0.69 |
| Hex | 69 | 77 | F8 | 3A | 34 | 0 | 3 | EA | 5B | 45 |
| Octal | 151 | 167 | 370 | 72 | 64 | 0 | 3 | 352 | 133 | 105 |
| Binary | 1101001 | 1110111 | 11111000 | 111010 | 110100 | 0 | 11 | 11101010 | 1011011 | 1000101 |
Color Harmonies of #6977F8
Complementary color
Monochromatic Colors of #6977F8
Black with #6977F8
Text Example
Text Example
White with #6977F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6977F8; }
p { color: rgb(105,119,248); }
H1.HeaderClassName
{
color: #6977F8;
}
.AnyTagClassName
{
color: #6977F8;
}
</style>
background-color css
<style>
a { background-color: #6977F8; }
a { background-color: rgb(105,119,248); }
div.DivClassName
{
background-color: #6977F8;
}
.BgClassName
{
background-color: #6977F8;
}
</style>
border-color css
<style>
span { border-color: #6977F8; }
span { border-color: rgb(105,119,248); }
td.TdClassName
{
border-color: #6977F8;
}
.TagClassName
{
border-color: #6977F8;
}
</style>