Shades of Medium Slate Blue #6276FE
Tints of Medium Slate Blue #6276FE
RGB
CMYK
RGB Variations
Color information
#6276FE (or 0x6276FE) is known color: Medium Slate Blue. HEX triplet: 62, 76 and FE. RGB value is (98,118,254). Sum of RGB (Red+Green+Blue) = 98+118+254=470 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.85% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #6276FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6276FE is #9D8901. Grayscale: #7E7E7E. Windows color (decimal): -10324226 or 16676450. OLE color: 16676450.
HSL color Cylindrical-coordinate representation of color #6276FE: hue angle of 232.31º 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 #6276FE is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 118 | 254 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.00 |
| HSL | 232.31º | 0.99% | 0.69% | - |
| HSV(B) | 232.31º | 0.61% | 1% | - |
| XYZ | 29.4 | 22.71 | 96.6 | - |
| YUV | 127.52 | 199.37 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 254 | 0.61 | 0.54 | 0 | 0.00 | 232.31 | 0.99 | 0.69 |
| Hex | 62 | 76 | FE | 3D | 36 | 0 | 0 | E8 | 63 | 45 |
| Octal | 142 | 166 | 376 | 75 | 66 | 0 | 0 | 350 | 143 | 105 |
| Binary | 1100010 | 1110110 | 11111110 | 111101 | 110110 | 0 | 0 | 11101000 | 1100011 | 1000101 |
Color Harmonies of #6276FE
Complementary color
Monochromatic Colors of #6276FE
Black with #6276FE
Text Example
Text Example
White with #6276FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6276FE; }
p { color: rgb(98,118,254); }
H1.HeaderClassName
{
color: #6276FE;
}
.AnyTagClassName
{
color: #6276FE;
}
</style>
background-color css
<style>
a { background-color: #6276FE; }
a { background-color: rgb(98,118,254); }
div.DivClassName
{
background-color: #6276FE;
}
.BgClassName
{
background-color: #6276FE;
}
</style>
border-color css
<style>
span { border-color: #6276FE; }
span { border-color: rgb(98,118,254); }
td.TdClassName
{
border-color: #6276FE;
}
.TagClassName
{
border-color: #6276FE;
}
</style>