Shades of Medium Slate Blue #6170FE
Tints of Medium Slate Blue #6170FE
RGB
CMYK
RGB Variations
Color information
#6170FE (or 0x6170FE) is known color: Medium Slate Blue. HEX triplet: 61, 70 and FE. RGB value is (97,112,254). Sum of RGB (Red+Green+Blue) = 97+112+254=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #6170FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6170FE is #9E8F01. Grayscale: #7B7B7B. Windows color (decimal): -10391298 or 16674913. OLE color: 16674913.
HSL color Cylindrical-coordinate representation of color #6170FE: hue angle of 234.27º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6170FE is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 112 | 254 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.00 |
| HSL | 234.27º | 0.99% | 0.69% | - |
| HSV(B) | 234.27º | 0.62% | 1% | - |
| XYZ | 28.61 | 21.29 | 96.37 | - |
| YUV | 123.7 | 201.53 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 112 | 254 | 0.62 | 0.56 | 0 | 0.00 | 234.27 | 0.99 | 0.69 |
| Hex | 61 | 70 | FE | 3E | 38 | 0 | 0 | EA | 63 | 45 |
| Octal | 141 | 160 | 376 | 76 | 70 | 0 | 0 | 352 | 143 | 105 |
| Binary | 1100001 | 1110000 | 11111110 | 111110 | 111000 | 0 | 0 | 11101010 | 1100011 | 1000101 |
Color Harmonies of #6170FE
Complementary color
Monochromatic Colors of #6170FE
Black with #6170FE
Text Example
Text Example
White with #6170FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6170FE; }
p { color: rgb(97,112,254); }
H1.HeaderClassName
{
color: #6170FE;
}
.AnyTagClassName
{
color: #6170FE;
}
</style>
background-color css
<style>
a { background-color: #6170FE; }
a { background-color: rgb(97,112,254); }
div.DivClassName
{
background-color: #6170FE;
}
.BgClassName
{
background-color: #6170FE;
}
</style>
border-color css
<style>
span { border-color: #6170FE; }
span { border-color: rgb(97,112,254); }
td.TdClassName
{
border-color: #6170FE;
}
.TagClassName
{
border-color: #6170FE;
}
</style>