Shades of Medium Slate Blue #6B4FEE
Tints of Medium Slate Blue #6B4FEE
RGB
CMYK
RGB Variations
Color information
#6B4FEE (or 0x6B4FEE) is known color: Medium Slate Blue. HEX triplet: 6B, 4F and EE. RGB value is (107,79,238). Sum of RGB (Red+Green+Blue) = 107+79+238=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #6B4FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B4FEE is #94B011. Grayscale: #686868. Windows color (decimal): -9744402 or 15617899. OLE color: 15617899.
HSL color Cylindrical-coordinate representation of color #6B4FEE: hue angle of 250.57º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B4FEE is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 79 | 238 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.07 |
| HSL | 250.57º | 0.82% | 0.62% | - |
| HSV(B) | 250.57º | 0.67% | 0.93% | - |
| XYZ | 24.29 | 14.89 | 82.48 | - |
| YUV | 105.5 | 202.78 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 79 | 238 | 0.55 | 0.67 | 0 | 0.07 | 250.57 | 0.82 | 0.62 |
| Hex | 6B | 4F | EE | 37 | 43 | 0 | 7 | FB | 52 | 3E |
| Octal | 153 | 117 | 356 | 67 | 103 | 0 | 7 | 373 | 122 | 76 |
| Binary | 1101011 | 1001111 | 11101110 | 110111 | 1000011 | 0 | 111 | 11111011 | 1010010 | 111110 |
Color Harmonies of #6B4FEE
Complementary color
Monochromatic Colors of #6B4FEE
Black with #6B4FEE
Text Example
Text Example
White with #6B4FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4FEE; }
p { color: rgb(107,79,238); }
H1.HeaderClassName
{
color: #6B4FEE;
}
.AnyTagClassName
{
color: #6B4FEE;
}
</style>
background-color css
<style>
a { background-color: #6B4FEE; }
a { background-color: rgb(107,79,238); }
div.DivClassName
{
background-color: #6B4FEE;
}
.BgClassName
{
background-color: #6B4FEE;
}
</style>
border-color css
<style>
span { border-color: #6B4FEE; }
span { border-color: rgb(107,79,238); }
td.TdClassName
{
border-color: #6B4FEE;
}
.TagClassName
{
border-color: #6B4FEE;
}
</style>