Shades of Medium Slate Blue #6266EF
Tints of Medium Slate Blue #6266EF
RGB
CMYK
RGB Variations
Color information
#6266EF (or 0x6266EF) is known color: Medium Slate Blue. HEX triplet: 62, 66 and EF. RGB value is (98,102,239). Sum of RGB (Red+Green+Blue) = 98+102+239=439 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.32% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #6266EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6266EF is #9D9910. Grayscale: #737373. Windows color (decimal): -10328337 or 15689314. OLE color: 15689314.
HSL color Cylindrical-coordinate representation of color #6266EF: hue angle of 238.3º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6266EF is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 102 | 239 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.06 |
| HSL | 238.3º | 0.82% | 0.66% | - |
| HSV(B) | 238.3º | 0.59% | 0.94% | - |
| XYZ | 25.37 | 18.33 | 83.86 | - |
| YUV | 116.42 | 197.17 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 239 | 0.59 | 0.57 | 0 | 0.06 | 238.3 | 0.82 | 0.66 |
| Hex | 62 | 66 | EF | 3B | 39 | 0 | 6 | EE | 52 | 42 |
| Octal | 142 | 146 | 357 | 73 | 71 | 0 | 6 | 356 | 122 | 102 |
| Binary | 1100010 | 1100110 | 11101111 | 111011 | 111001 | 0 | 110 | 11101110 | 1010010 | 1000010 |
Color Harmonies of #6266EF
Complementary color
Monochromatic Colors of #6266EF
Black with #6266EF
Text Example
Text Example
White with #6266EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6266EF; }
p { color: rgb(98,102,239); }
H1.HeaderClassName
{
color: #6266EF;
}
.AnyTagClassName
{
color: #6266EF;
}
</style>
background-color css
<style>
a { background-color: #6266EF; }
a { background-color: rgb(98,102,239); }
div.DivClassName
{
background-color: #6266EF;
}
.BgClassName
{
background-color: #6266EF;
}
</style>
border-color css
<style>
span { border-color: #6266EF; }
span { border-color: rgb(98,102,239); }
td.TdClassName
{
border-color: #6266EF;
}
.TagClassName
{
border-color: #6266EF;
}
</style>