Shades of Medium Slate Blue #6170FF
Tints of Medium Slate Blue #6170FF
RGB
CMYK
RGB Variations
Color information
#6170FF (or 0x6170FF) is known color: Medium Slate Blue. HEX triplet: 61, 70 and FF. RGB value is (97,112,255). Sum of RGB (Red+Green+Blue) = 97+112+255=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #6170FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6170FF is #9E8F00. Grayscale: #7B7B7B. Windows color (decimal): -10391297 or 16740449. OLE color: 16740449.
HSL color Cylindrical-coordinate representation of color #6170FF: hue angle of 234.3º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6170FF is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 112 | 255 | - |
| CMYK | 0.62 | 0.56 | 0 | 0 |
| HSL | 234.3º | 1% | 0.69% | - |
| HSV(B) | 234.3º | 0.62% | 1% | - |
| XYZ | 28.77 | 21.35 | 97.21 | - |
| YUV | 123.82 | 202.03 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 112 | 255 | 0.62 | 0.56 | 0 | 0 | 234.3 | 1 | 0.69 |
| Hex | 61 | 70 | FF | 3E | 38 | 0 | 0 | EA | 64 | 45 |
| Octal | 141 | 160 | 377 | 76 | 70 | 0 | 0 | 352 | 144 | 105 |
| Binary | 1100001 | 1110000 | 11111111 | 111110 | 111000 | 0 | 0 | 11101010 | 1100100 | 1000101 |
Color Harmonies of #6170FF
Complementary color
Monochromatic Colors of #6170FF
Black with #6170FF
Text Example
Text Example
White with #6170FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6170FF; }
p { color: rgb(97,112,255); }
H1.HeaderClassName
{
color: #6170FF;
}
.AnyTagClassName
{
color: #6170FF;
}
</style>
background-color css
<style>
a { background-color: #6170FF; }
a { background-color: rgb(97,112,255); }
div.DivClassName
{
background-color: #6170FF;
}
.BgClassName
{
background-color: #6170FF;
}
</style>
border-color css
<style>
span { border-color: #6170FF; }
span { border-color: rgb(97,112,255); }
td.TdClassName
{
border-color: #6170FF;
}
.TagClassName
{
border-color: #6170FF;
}
</style>