Shades of Medium Slate Blue #6269F3
Tints of Medium Slate Blue #6269F3
RGB
CMYK
RGB Variations
Color information
#6269F3 (or 0x6269F3) is known color: Medium Slate Blue. HEX triplet: 62, 69 and F3. RGB value is (98,105,243). Sum of RGB (Red+Green+Blue) = 98+105+243=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 243 (95.31% from 255 or 54.48% from 446); Max value from RGB is 243 - color contains mainly: blue. Hex color #6269F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6269F3 is #9D960C. Grayscale: #767676. Windows color (decimal): -10327565 or 15952226. OLE color: 15952226.
HSL color Cylindrical-coordinate representation of color #6269F3: hue angle of 237.1º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6269F3 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 105 | 243 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.05 |
| HSL | 237.1º | 0.86% | 0.67% | - |
| HSV(B) | 237.1º | 0.6% | 0.95% | - |
| XYZ | 26.27 | 19.17 | 87.11 | - |
| YUV | 118.64 | 198.18 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 243 | 0.60 | 0.57 | 0 | 0.05 | 237.1 | 0.86 | 0.67 |
| Hex | 62 | 69 | F3 | 3C | 39 | 0 | 5 | ED | 56 | 43 |
| Octal | 142 | 151 | 363 | 74 | 71 | 0 | 5 | 355 | 126 | 103 |
| Binary | 1100010 | 1101001 | 11110011 | 111100 | 111001 | 0 | 101 | 11101101 | 1010110 | 1000011 |
Color Harmonies of #6269F3
Complementary color
Monochromatic Colors of #6269F3
Black with #6269F3
Text Example
Text Example
White with #6269F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6269F3; }
p { color: rgb(98,105,243); }
H1.HeaderClassName
{
color: #6269F3;
}
.AnyTagClassName
{
color: #6269F3;
}
</style>
background-color css
<style>
a { background-color: #6269F3; }
a { background-color: rgb(98,105,243); }
div.DivClassName
{
background-color: #6269F3;
}
.BgClassName
{
background-color: #6269F3;
}
</style>
border-color css
<style>
span { border-color: #6269F3; }
span { border-color: rgb(98,105,243); }
td.TdClassName
{
border-color: #6269F3;
}
.TagClassName
{
border-color: #6269F3;
}
</style>