Shades of Medium Slate Blue #6977FD
Tints of Medium Slate Blue #6977FD
RGB
CMYK
RGB Variations
Color information
#6977FD (or 0x6977FD) is known color: Medium Slate Blue. HEX triplet: 69, 77 and FD. RGB value is (105,119,253). Sum of RGB (Red+Green+Blue) = 105+119+253=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #6977FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6977FD is #968802. Grayscale: #818181. Windows color (decimal): -9865219 or 16611177. OLE color: 16611177.
HSL color Cylindrical-coordinate representation of color #6977FD: hue angle of 234.32º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6977FD is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 119 | 253 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.01 |
| HSL | 234.32º | 0.97% | 0.7% | - |
| HSV(B) | 234.32º | 0.58% | 0.99% | - |
| XYZ | 30.15 | 23.29 | 95.83 | - |
| YUV | 130.09 | 197.36 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 253 | 0.58 | 0.53 | 0 | 0.01 | 234.32 | 0.97 | 0.7 |
| Hex | 69 | 77 | FD | 3A | 35 | 0 | 1 | EA | 61 | 46 |
| Octal | 151 | 167 | 375 | 72 | 65 | 0 | 1 | 352 | 141 | 106 |
| Binary | 1101001 | 1110111 | 11111101 | 111010 | 110101 | 0 | 1 | 11101010 | 1100001 | 1000110 |
Color Harmonies of #6977FD
Complementary color
Monochromatic Colors of #6977FD
Black with #6977FD
Text Example
Text Example
White with #6977FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6977FD; }
p { color: rgb(105,119,253); }
H1.HeaderClassName
{
color: #6977FD;
}
.AnyTagClassName
{
color: #6977FD;
}
</style>
background-color css
<style>
a { background-color: #6977FD; }
a { background-color: rgb(105,119,253); }
div.DivClassName
{
background-color: #6977FD;
}
.BgClassName
{
background-color: #6977FD;
}
</style>
border-color css
<style>
span { border-color: #6977FD; }
span { border-color: rgb(105,119,253); }
td.TdClassName
{
border-color: #6977FD;
}
.TagClassName
{
border-color: #6977FD;
}
</style>