Shades of Medium Slate Blue #6B6FEA
Tints of Medium Slate Blue #6B6FEA
RGB
CMYK
RGB Variations
Color information
#6B6FEA (or 0x6B6FEA) is known color: Medium Slate Blue. HEX triplet: 6B, 6F and EA. RGB value is (107,111,234). Sum of RGB (Red+Green+Blue) = 107+111+234=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B6FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6FEA is #949015. Grayscale: #7B7B7B. Windows color (decimal): -9736214 or 15363947. OLE color: 15363947.
HSL color Cylindrical-coordinate representation of color #6B6FEA: hue angle of 238.11º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B6FEA is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 111 | 234 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.08 |
| HSL | 238.11º | 0.75% | 0.67% | - |
| HSV(B) | 238.11º | 0.54% | 0.92% | - |
| XYZ | 26.6 | 20.44 | 80.38 | - |
| YUV | 123.83 | 190.17 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 234 | 0.54 | 0.53 | 0 | 0.08 | 238.11 | 0.75 | 0.67 |
| Hex | 6B | 6F | EA | 36 | 35 | 0 | 8 | EE | 4B | 43 |
| Octal | 153 | 157 | 352 | 66 | 65 | 0 | 10 | 356 | 113 | 103 |
| Binary | 1101011 | 1101111 | 11101010 | 110110 | 110101 | 0 | 1000 | 11101110 | 1001011 | 1000011 |
Color Harmonies of #6B6FEA
Complementary color
Monochromatic Colors of #6B6FEA
Black with #6B6FEA
Text Example
Text Example
White with #6B6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6FEA; }
p { color: rgb(107,111,234); }
H1.HeaderClassName
{
color: #6B6FEA;
}
.AnyTagClassName
{
color: #6B6FEA;
}
</style>
background-color css
<style>
a { background-color: #6B6FEA; }
a { background-color: rgb(107,111,234); }
div.DivClassName
{
background-color: #6B6FEA;
}
.BgClassName
{
background-color: #6B6FEA;
}
</style>
border-color css
<style>
span { border-color: #6B6FEA; }
span { border-color: rgb(107,111,234); }
td.TdClassName
{
border-color: #6B6FEA;
}
.TagClassName
{
border-color: #6B6FEA;
}
</style>