Shades of Medium Slate Blue #6169FE
Tints of Medium Slate Blue #6169FE
RGB
CMYK
RGB Variations
Color information
#6169FE (or 0x6169FE) is known color: Medium Slate Blue. HEX triplet: 61, 69 and FE. RGB value is (97,105,254). Sum of RGB (Red+Green+Blue) = 97+105+254=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #6169FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6169FE is #9E9601. Grayscale: #767676. Windows color (decimal): -10393090 or 16673121. OLE color: 16673121.
HSL color Cylindrical-coordinate representation of color #6169FE: hue angle of 236.94º 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 #6169FE is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 105 | 254 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.00 |
| HSL | 236.94º | 0.99% | 0.69% | - |
| HSV(B) | 236.94º | 0.62% | 1% | - |
| XYZ | 27.87 | 19.8 | 96.12 | - |
| YUV | 119.59 | 203.85 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 254 | 0.62 | 0.59 | 0 | 0.00 | 236.94 | 0.99 | 0.69 |
| Hex | 61 | 69 | FE | 3E | 3B | 0 | 0 | ED | 63 | 45 |
| Octal | 141 | 151 | 376 | 76 | 73 | 0 | 0 | 355 | 143 | 105 |
| Binary | 1100001 | 1101001 | 11111110 | 111110 | 111011 | 0 | 0 | 11101101 | 1100011 | 1000101 |
Color Harmonies of #6169FE
Complementary color
Monochromatic Colors of #6169FE
Black with #6169FE
Text Example
Text Example
White with #6169FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6169FE; }
p { color: rgb(97,105,254); }
H1.HeaderClassName
{
color: #6169FE;
}
.AnyTagClassName
{
color: #6169FE;
}
</style>
background-color css
<style>
a { background-color: #6169FE; }
a { background-color: rgb(97,105,254); }
div.DivClassName
{
background-color: #6169FE;
}
.BgClassName
{
background-color: #6169FE;
}
</style>
border-color css
<style>
span { border-color: #6169FE; }
span { border-color: rgb(97,105,254); }
td.TdClassName
{
border-color: #6169FE;
}
.TagClassName
{
border-color: #6169FE;
}
</style>