Shades of Medium Slate Blue #6266EE
Tints of Medium Slate Blue #6266EE
RGB
CMYK
RGB Variations
Color information
#6266EE (or 0x6266EE) is known color: Medium Slate Blue. HEX triplet: 62, 66 and EE. RGB value is (98,102,238). Sum of RGB (Red+Green+Blue) = 98+102+238=438 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.37% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #6266EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6266EE is #9D9911. Grayscale: #737373. Windows color (decimal): -10328338 or 15623778. OLE color: 15623778.
HSL color Cylindrical-coordinate representation of color #6266EE: hue angle of 238.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6266EE is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 102 | 238 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.07 |
| HSL | 238.29º | 0.8% | 0.66% | - |
| HSV(B) | 238.29º | 0.59% | 0.93% | - |
| XYZ | 25.22 | 18.27 | 83.09 | - |
| YUV | 116.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 238 | 0.59 | 0.57 | 0 | 0.07 | 238.29 | 0.8 | 0.66 |
| Hex | 62 | 66 | EE | 3B | 39 | 0 | 7 | EE | 50 | 42 |
| Octal | 142 | 146 | 356 | 73 | 71 | 0 | 7 | 356 | 120 | 102 |
| Binary | 1100010 | 1100110 | 11101110 | 111011 | 111001 | 0 | 111 | 11101110 | 1010000 | 1000010 |
Color Harmonies of #6266EE
Complementary color
Monochromatic Colors of #6266EE
Black with #6266EE
Text Example
Text Example
White with #6266EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6266EE; }
p { color: rgb(98,102,238); }
H1.HeaderClassName
{
color: #6266EE;
}
.AnyTagClassName
{
color: #6266EE;
}
</style>
background-color css
<style>
a { background-color: #6266EE; }
a { background-color: rgb(98,102,238); }
div.DivClassName
{
background-color: #6266EE;
}
.BgClassName
{
background-color: #6266EE;
}
</style>
border-color css
<style>
span { border-color: #6266EE; }
span { border-color: rgb(98,102,238); }
td.TdClassName
{
border-color: #6266EE;
}
.TagClassName
{
border-color: #6266EE;
}
</style>