Shades of Medium Slate Blue #6174FE
Tints of Medium Slate Blue #6174FE
RGB
CMYK
RGB Variations
Color information
#6174FE (or 0x6174FE) is known color: Medium Slate Blue. HEX triplet: 61, 74 and FE. RGB value is (97,116,254). Sum of RGB (Red+Green+Blue) = 97+116+254=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #6174FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6174FE is #9E8B01. Grayscale: #7D7D7D. Windows color (decimal): -10390274 or 16675937. OLE color: 16675937.
HSL color Cylindrical-coordinate representation of color #6174FE: hue angle of 232.74º 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 #6174FE is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 116 | 254 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.00 |
| HSL | 232.74º | 0.99% | 0.69% | - |
| HSV(B) | 232.74º | 0.62% | 1% | - |
| XYZ | 29.06 | 22.19 | 96.52 | - |
| YUV | 126.05 | 200.21 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 116 | 254 | 0.62 | 0.54 | 0 | 0.00 | 232.74 | 0.99 | 0.69 |
| Hex | 61 | 74 | FE | 3E | 36 | 0 | 0 | E9 | 63 | 45 |
| Octal | 141 | 164 | 376 | 76 | 66 | 0 | 0 | 351 | 143 | 105 |
| Binary | 1100001 | 1110100 | 11111110 | 111110 | 110110 | 0 | 0 | 11101001 | 1100011 | 1000101 |
Color Harmonies of #6174FE
Complementary color
Monochromatic Colors of #6174FE
Black with #6174FE
Text Example
Text Example
White with #6174FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6174FE; }
p { color: rgb(97,116,254); }
H1.HeaderClassName
{
color: #6174FE;
}
.AnyTagClassName
{
color: #6174FE;
}
</style>
background-color css
<style>
a { background-color: #6174FE; }
a { background-color: rgb(97,116,254); }
div.DivClassName
{
background-color: #6174FE;
}
.BgClassName
{
background-color: #6174FE;
}
</style>
border-color css
<style>
span { border-color: #6174FE; }
span { border-color: rgb(97,116,254); }
td.TdClassName
{
border-color: #6174FE;
}
.TagClassName
{
border-color: #6174FE;
}
</style>