Shades of Medium Slate Blue #6267FA
Tints of Medium Slate Blue #6267FA
RGB
CMYK
RGB Variations
Color information
#6267FA (or 0x6267FA) is known color: Medium Slate Blue. HEX triplet: 62, 67 and FA. RGB value is (98,103,250). Sum of RGB (Red+Green+Blue) = 98+103+250=451 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.73% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #6267FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6267FA is #9D9805. Grayscale: #757575. Windows color (decimal): -10328070 or 16410466. OLE color: 16410466.
HSL color Cylindrical-coordinate representation of color #6267FA: hue angle of 238.03º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6267FA is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 103 | 250 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.02 |
| HSL | 238.03º | 0.94% | 0.68% | - |
| HSV(B) | 238.03º | 0.61% | 0.98% | - |
| XYZ | 27.14 | 19.2 | 92.72 | - |
| YUV | 118.26 | 202.34 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 250 | 0.61 | 0.59 | 0 | 0.02 | 238.03 | 0.94 | 0.68 |
| Hex | 62 | 67 | FA | 3D | 3B | 0 | 2 | EE | 5E | 44 |
| Octal | 142 | 147 | 372 | 75 | 73 | 0 | 2 | 356 | 136 | 104 |
| Binary | 1100010 | 1100111 | 11111010 | 111101 | 111011 | 0 | 10 | 11101110 | 1011110 | 1000100 |
Color Harmonies of #6267FA
Complementary color
Monochromatic Colors of #6267FA
Black with #6267FA
Text Example
Text Example
White with #6267FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6267FA; }
p { color: rgb(98,103,250); }
H1.HeaderClassName
{
color: #6267FA;
}
.AnyTagClassName
{
color: #6267FA;
}
</style>
background-color css
<style>
a { background-color: #6267FA; }
a { background-color: rgb(98,103,250); }
div.DivClassName
{
background-color: #6267FA;
}
.BgClassName
{
background-color: #6267FA;
}
</style>
border-color css
<style>
span { border-color: #6267FA; }
span { border-color: rgb(98,103,250); }
td.TdClassName
{
border-color: #6267FA;
}
.TagClassName
{
border-color: #6267FA;
}
</style>