Shades of Medium Slate Blue #6266FB
Tints of Medium Slate Blue #6266FB
RGB
CMYK
RGB Variations
Color information
#6266FB (or 0x6266FB) is known color: Medium Slate Blue. HEX triplet: 62, 66 and FB. RGB value is (98,102,251). Sum of RGB (Red+Green+Blue) = 98+102+251=451 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.73% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #6266FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6266FB is #9D9904. Grayscale: #757575. Windows color (decimal): -10328325 or 16475746. OLE color: 16475746.
HSL color Cylindrical-coordinate representation of color #6266FB: hue angle of 238.43º degrees, saturation: 0.95, 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 #6266FB is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 102 | 251 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.02 |
| HSL | 238.43º | 0.95% | 0.68% | - |
| HSV(B) | 238.43º | 0.61% | 0.98% | - |
| XYZ | 27.2 | 19.06 | 93.51 | - |
| YUV | 117.79 | 203.17 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 251 | 0.61 | 0.59 | 0 | 0.02 | 238.43 | 0.95 | 0.68 |
| Hex | 62 | 66 | FB | 3D | 3B | 0 | 2 | EE | 5F | 44 |
| Octal | 142 | 146 | 373 | 75 | 73 | 0 | 2 | 356 | 137 | 104 |
| Binary | 1100010 | 1100110 | 11111011 | 111101 | 111011 | 0 | 10 | 11101110 | 1011111 | 1000100 |
Color Harmonies of #6266FB
Complementary color
Monochromatic Colors of #6266FB
Black with #6266FB
Text Example
Text Example
White with #6266FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6266FB; }
p { color: rgb(98,102,251); }
H1.HeaderClassName
{
color: #6266FB;
}
.AnyTagClassName
{
color: #6266FB;
}
</style>
background-color css
<style>
a { background-color: #6266FB; }
a { background-color: rgb(98,102,251); }
div.DivClassName
{
background-color: #6266FB;
}
.BgClassName
{
background-color: #6266FB;
}
</style>
border-color css
<style>
span { border-color: #6266FB; }
span { border-color: rgb(98,102,251); }
td.TdClassName
{
border-color: #6266FB;
}
.TagClassName
{
border-color: #6266FB;
}
</style>