Shades of Medium Slate Blue #6275FF
Tints of Medium Slate Blue #6275FF
RGB
CMYK
RGB Variations
Color information
#6275FF (or 0x6275FF) is known color: Medium Slate Blue. HEX triplet: 62, 75 and FF. RGB value is (98,117,255). Sum of RGB (Red+Green+Blue) = 98+117+255=470 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.85% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #6275FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6275FF is #9D8A00. Grayscale: #7E7E7E. Windows color (decimal): -10324481 or 16741730. OLE color: 16741730.
HSL color Cylindrical-coordinate representation of color #6275FF: hue angle of 232.74º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6275FF is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 117 | 255 | - |
| CMYK | 0.62 | 0.54 | 0 | 0 |
| HSL | 232.74º | 1% | 0.69% | - |
| HSV(B) | 232.74º | 0.62% | 1% | - |
| XYZ | 29.45 | 22.54 | 97.41 | - |
| YUV | 127.05 | 200.21 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 255 | 0.62 | 0.54 | 0 | 0 | 232.74 | 1 | 0.69 |
| Hex | 62 | 75 | FF | 3E | 36 | 0 | 0 | E9 | 64 | 45 |
| Octal | 142 | 165 | 377 | 76 | 66 | 0 | 0 | 351 | 144 | 105 |
| Binary | 1100010 | 1110101 | 11111111 | 111110 | 110110 | 0 | 0 | 11101001 | 1100100 | 1000101 |
Color Harmonies of #6275FF
Complementary color
Monochromatic Colors of #6275FF
Black with #6275FF
Text Example
Text Example
White with #6275FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6275FF; }
p { color: rgb(98,117,255); }
H1.HeaderClassName
{
color: #6275FF;
}
.AnyTagClassName
{
color: #6275FF;
}
</style>
background-color css
<style>
a { background-color: #6275FF; }
a { background-color: rgb(98,117,255); }
div.DivClassName
{
background-color: #6275FF;
}
.BgClassName
{
background-color: #6275FF;
}
</style>
border-color css
<style>
span { border-color: #6275FF; }
span { border-color: rgb(98,117,255); }
td.TdClassName
{
border-color: #6275FF;
}
.TagClassName
{
border-color: #6275FF;
}
</style>