Shades of Medium Slate Blue #6B7AEF
Tints of Medium Slate Blue #6B7AEF
RGB
CMYK
RGB Variations
Color information
#6B7AEF (or 0x6B7AEF) is known color: Medium Slate Blue. HEX triplet: 6B, 7A and EF. RGB value is (107,122,239). Sum of RGB (Red+Green+Blue) = 107+122+239=468 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.86% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B7AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7AEF is #948510. Grayscale: #828282. Windows color (decimal): -9733393 or 15694443. OLE color: 15694443.
HSL color Cylindrical-coordinate representation of color #6B7AEF: hue angle of 233.18º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B7AEF is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 122 | 239 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.06 |
| HSL | 233.18º | 0.8% | 0.68% | - |
| HSV(B) | 233.18º | 0.55% | 0.94% | - |
| XYZ | 28.6 | 23.28 | 84.65 | - |
| YUV | 130.85 | 189.03 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 239 | 0.55 | 0.49 | 0 | 0.06 | 233.18 | 0.8 | 0.68 |
| Hex | 6B | 7A | EF | 37 | 31 | 0 | 6 | E9 | 50 | 44 |
| Octal | 153 | 172 | 357 | 67 | 61 | 0 | 6 | 351 | 120 | 104 |
| Binary | 1101011 | 1111010 | 11101111 | 110111 | 110001 | 0 | 110 | 11101001 | 1010000 | 1000100 |
Color Harmonies of #6B7AEF
Complementary color
Monochromatic Colors of #6B7AEF
Black with #6B7AEF
Text Example
Text Example
White with #6B7AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7AEF; }
p { color: rgb(107,122,239); }
H1.HeaderClassName
{
color: #6B7AEF;
}
.AnyTagClassName
{
color: #6B7AEF;
}
</style>
background-color css
<style>
a { background-color: #6B7AEF; }
a { background-color: rgb(107,122,239); }
div.DivClassName
{
background-color: #6B7AEF;
}
.BgClassName
{
background-color: #6B7AEF;
}
</style>
border-color css
<style>
span { border-color: #6B7AEF; }
span { border-color: rgb(107,122,239); }
td.TdClassName
{
border-color: #6B7AEF;
}
.TagClassName
{
border-color: #6B7AEF;
}
</style>