Shades of Medium Slate Blue #6C7BEA
Tints of Medium Slate Blue #6C7BEA
RGB
CMYK
RGB Variations
Color information
#6C7BEA (or 0x6C7BEA) is known color: Medium Slate Blue. HEX triplet: 6C, 7B and EA. RGB value is (108,123,234). Sum of RGB (Red+Green+Blue) = 108+123+234=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C7BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7BEA is #938415. Grayscale: #828282. Windows color (decimal): -9667606 or 15367020. OLE color: 15367020.
HSL color Cylindrical-coordinate representation of color #6C7BEA: hue angle of 232.86º 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 #6C7BEA is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 123 | 234 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.08 |
| HSL | 232.86º | 0.75% | 0.67% | - |
| HSV(B) | 232.86º | 0.54% | 0.92% | - |
| XYZ | 28.12 | 23.29 | 80.86 | - |
| YUV | 131.17 | 186.03 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 234 | 0.54 | 0.47 | 0 | 0.08 | 232.86 | 0.75 | 0.67 |
| Hex | 6C | 7B | EA | 36 | 2F | 0 | 8 | E9 | 4B | 43 |
| Octal | 154 | 173 | 352 | 66 | 57 | 0 | 10 | 351 | 113 | 103 |
| Binary | 1101100 | 1111011 | 11101010 | 110110 | 101111 | 0 | 1000 | 11101001 | 1001011 | 1000011 |
Color Harmonies of #6C7BEA
Complementary color
Monochromatic Colors of #6C7BEA
Black with #6C7BEA
Text Example
Text Example
White with #6C7BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7BEA; }
p { color: rgb(108,123,234); }
H1.HeaderClassName
{
color: #6C7BEA;
}
.AnyTagClassName
{
color: #6C7BEA;
}
</style>
background-color css
<style>
a { background-color: #6C7BEA; }
a { background-color: rgb(108,123,234); }
div.DivClassName
{
background-color: #6C7BEA;
}
.BgClassName
{
background-color: #6C7BEA;
}
</style>
border-color css
<style>
span { border-color: #6C7BEA; }
span { border-color: rgb(108,123,234); }
td.TdClassName
{
border-color: #6C7BEA;
}
.TagClassName
{
border-color: #6C7BEA;
}
</style>