Shades of Medium Slate Blue #6962EA
Tints of Medium Slate Blue #6962EA
RGB
CMYK
RGB Variations
Color information
#6962EA (or 0x6962EA) is known color: Medium Slate Blue. HEX triplet: 69, 62 and EA. RGB value is (105,98,234). Sum of RGB (Red+Green+Blue) = 105+98+234=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #6962EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6962EA is #969D15. Grayscale: #737373. Windows color (decimal): -9870614 or 15360617. OLE color: 15360617.
HSL color Cylindrical-coordinate representation of color #6962EA: hue angle of 243.09º 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 #6962EA is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 98 | 234 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.08 |
| HSL | 243.09º | 0.76% | 0.65% | - |
| HSV(B) | 243.09º | 0.58% | 0.92% | - |
| XYZ | 25.04 | 17.68 | 79.93 | - |
| YUV | 115.6 | 194.82 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 234 | 0.55 | 0.58 | 0 | 0.08 | 243.09 | 0.76 | 0.65 |
| Hex | 69 | 62 | EA | 37 | 3A | 0 | 8 | F3 | 4C | 41 |
| Octal | 151 | 142 | 352 | 67 | 72 | 0 | 10 | 363 | 114 | 101 |
| Binary | 1101001 | 1100010 | 11101010 | 110111 | 111010 | 0 | 1000 | 11110011 | 1001100 | 1000001 |
Color Harmonies of #6962EA
Complementary color
Monochromatic Colors of #6962EA
Black with #6962EA
Text Example
Text Example
White with #6962EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6962EA; }
p { color: rgb(105,98,234); }
H1.HeaderClassName
{
color: #6962EA;
}
.AnyTagClassName
{
color: #6962EA;
}
</style>
background-color css
<style>
a { background-color: #6962EA; }
a { background-color: rgb(105,98,234); }
div.DivClassName
{
background-color: #6962EA;
}
.BgClassName
{
background-color: #6962EA;
}
</style>
border-color css
<style>
span { border-color: #6962EA; }
span { border-color: rgb(105,98,234); }
td.TdClassName
{
border-color: #6962EA;
}
.TagClassName
{
border-color: #6962EA;
}
</style>