Shades of Medium Slate Blue #6274FE
Tints of Medium Slate Blue #6274FE
RGB
CMYK
RGB Variations
Color information
#6274FE (or 0x6274FE) is known color: Medium Slate Blue. HEX triplet: 62, 74 and FE. RGB value is (98,116,254). Sum of RGB (Red+Green+Blue) = 98+116+254=468 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.94% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #6274FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6274FE is #9D8B01. Grayscale: #7D7D7D. Windows color (decimal): -10324738 or 16675938. OLE color: 16675938.
HSL color Cylindrical-coordinate representation of color #6274FE: hue angle of 233.08º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6274FE is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 116 | 254 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.00 |
| HSL | 233.08º | 0.99% | 0.69% | - |
| HSV(B) | 233.08º | 0.61% | 1% | - |
| XYZ | 29.17 | 22.24 | 96.52 | - |
| YUV | 126.35 | 200.04 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 254 | 0.61 | 0.54 | 0 | 0.00 | 233.08 | 0.99 | 0.69 |
| Hex | 62 | 74 | FE | 3D | 36 | 0 | 0 | E9 | 63 | 45 |
| Octal | 142 | 164 | 376 | 75 | 66 | 0 | 0 | 351 | 143 | 105 |
| Binary | 1100010 | 1110100 | 11111110 | 111101 | 110110 | 0 | 0 | 11101001 | 1100011 | 1000101 |
Color Harmonies of #6274FE
Complementary color
Monochromatic Colors of #6274FE
Black with #6274FE
Text Example
Text Example
White with #6274FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6274FE; }
p { color: rgb(98,116,254); }
H1.HeaderClassName
{
color: #6274FE;
}
.AnyTagClassName
{
color: #6274FE;
}
</style>
background-color css
<style>
a { background-color: #6274FE; }
a { background-color: rgb(98,116,254); }
div.DivClassName
{
background-color: #6274FE;
}
.BgClassName
{
background-color: #6274FE;
}
</style>
border-color css
<style>
span { border-color: #6274FE; }
span { border-color: rgb(98,116,254); }
td.TdClassName
{
border-color: #6274FE;
}
.TagClassName
{
border-color: #6274FE;
}
</style>