Shades of Medium Slate Blue #6267EA
Tints of Medium Slate Blue #6267EA
RGB
CMYK
RGB Variations
Color information
#6267EA (or 0x6267EA) is known color: Medium Slate Blue. HEX triplet: 62, 67 and EA. RGB value is (98,103,234). Sum of RGB (Red+Green+Blue) = 98+103+234=435 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.53% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #6267EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6267EA is #9D9815. Grayscale: #737373. Windows color (decimal): -10328086 or 15361890. OLE color: 15361890.
HSL color Cylindrical-coordinate representation of color #6267EA: hue angle of 237.79º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6267EA is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 103 | 234 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.08 |
| HSL | 237.79º | 0.76% | 0.65% | - |
| HSV(B) | 237.79º | 0.58% | 0.92% | - |
| XYZ | 24.74 | 18.24 | 80.06 | - |
| YUV | 116.44 | 194.34 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 234 | 0.58 | 0.56 | 0 | 0.08 | 237.79 | 0.76 | 0.65 |
| Hex | 62 | 67 | EA | 3A | 38 | 0 | 8 | EE | 4C | 41 |
| Octal | 142 | 147 | 352 | 72 | 70 | 0 | 10 | 356 | 114 | 101 |
| Binary | 1100010 | 1100111 | 11101010 | 111010 | 111000 | 0 | 1000 | 11101110 | 1001100 | 1000001 |
Color Harmonies of #6267EA
Complementary color
Monochromatic Colors of #6267EA
Black with #6267EA
Text Example
Text Example
White with #6267EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6267EA; }
p { color: rgb(98,103,234); }
H1.HeaderClassName
{
color: #6267EA;
}
.AnyTagClassName
{
color: #6267EA;
}
</style>
background-color css
<style>
a { background-color: #6267EA; }
a { background-color: rgb(98,103,234); }
div.DivClassName
{
background-color: #6267EA;
}
.BgClassName
{
background-color: #6267EA;
}
</style>
border-color css
<style>
span { border-color: #6267EA; }
span { border-color: rgb(98,103,234); }
td.TdClassName
{
border-color: #6267EA;
}
.TagClassName
{
border-color: #6267EA;
}
</style>