Shades of Medium Slate Blue #6C6BFE
Tints of Medium Slate Blue #6C6BFE
RGB
CMYK
RGB Variations
Color information
#6C6BFE (or 0x6C6BFE) is known color: Medium Slate Blue. HEX triplet: 6C, 6B and FE. RGB value is (108,107,254). Sum of RGB (Red+Green+Blue) = 108+107+254=469 (62% of max value = 765). Red value is 108 (42.58% from 255 or 23.03% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C6BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C6BFE is #939401. Grayscale: #7B7B7B. Windows color (decimal): -9671682 or 16673644. OLE color: 16673644.
HSL color Cylindrical-coordinate representation of color #6C6BFE: hue angle of 240.41º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C6BFE is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 107 | 254 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.00 |
| HSL | 240.41º | 0.99% | 0.71% | - |
| HSV(B) | 240.41º | 0.58% | 1% | - |
| XYZ | 29.33 | 20.86 | 96.25 | - |
| YUV | 124.06 | 201.33 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 107 | 254 | 0.57 | 0.58 | 0 | 0.00 | 240.41 | 0.99 | 0.71 |
| Hex | 6C | 6B | FE | 39 | 3A | 0 | 0 | F0 | 63 | 47 |
| Octal | 154 | 153 | 376 | 71 | 72 | 0 | 0 | 360 | 143 | 107 |
| Binary | 1101100 | 1101011 | 11111110 | 111001 | 111010 | 0 | 0 | 11110000 | 1100011 | 1000111 |
Color Harmonies of #6C6BFE
Complementary color
Monochromatic Colors of #6C6BFE
Black with #6C6BFE
Text Example
Text Example
White with #6C6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6BFE; }
p { color: rgb(108,107,254); }
H1.HeaderClassName
{
color: #6C6BFE;
}
.AnyTagClassName
{
color: #6C6BFE;
}
</style>
background-color css
<style>
a { background-color: #6C6BFE; }
a { background-color: rgb(108,107,254); }
div.DivClassName
{
background-color: #6C6BFE;
}
.BgClassName
{
background-color: #6C6BFE;
}
</style>
border-color css
<style>
span { border-color: #6C6BFE; }
span { border-color: rgb(108,107,254); }
td.TdClassName
{
border-color: #6C6BFE;
}
.TagClassName
{
border-color: #6C6BFE;
}
</style>