Shades of Medium Slate Blue #6172FE
Tints of Medium Slate Blue #6172FE
RGB
CMYK
RGB Variations
Color information
#6172FE (or 0x6172FE) is known color: Medium Slate Blue. HEX triplet: 61, 72 and FE. RGB value is (97,114,254). Sum of RGB (Red+Green+Blue) = 97+114+254=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #6172FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6172FE is #9E8D01. Grayscale: #7C7C7C. Windows color (decimal): -10390786 or 16675425. OLE color: 16675425.
HSL color Cylindrical-coordinate representation of color #6172FE: hue angle of 233.5º 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 #6172FE is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 114 | 254 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.00 |
| HSL | 233.5º | 0.99% | 0.69% | - |
| HSV(B) | 233.5º | 0.62% | 1% | - |
| XYZ | 28.84 | 21.73 | 96.44 | - |
| YUV | 124.88 | 200.87 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 254 | 0.62 | 0.55 | 0 | 0.00 | 233.5 | 0.99 | 0.69 |
| Hex | 61 | 72 | FE | 3E | 37 | 0 | 0 | EA | 63 | 45 |
| Octal | 141 | 162 | 376 | 76 | 67 | 0 | 0 | 352 | 143 | 105 |
| Binary | 1100001 | 1110010 | 11111110 | 111110 | 110111 | 0 | 0 | 11101010 | 1100011 | 1000101 |
Color Harmonies of #6172FE
Complementary color
Monochromatic Colors of #6172FE
Black with #6172FE
Text Example
Text Example
White with #6172FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6172FE; }
p { color: rgb(97,114,254); }
H1.HeaderClassName
{
color: #6172FE;
}
.AnyTagClassName
{
color: #6172FE;
}
</style>
background-color css
<style>
a { background-color: #6172FE; }
a { background-color: rgb(97,114,254); }
div.DivClassName
{
background-color: #6172FE;
}
.BgClassName
{
background-color: #6172FE;
}
</style>
border-color css
<style>
span { border-color: #6172FE; }
span { border-color: rgb(97,114,254); }
td.TdClassName
{
border-color: #6172FE;
}
.TagClassName
{
border-color: #6172FE;
}
</style>