Shades of Medium Slate Blue #6B6AFE
Tints of Medium Slate Blue #6B6AFE
RGB
CMYK
RGB Variations
Color information
#6B6AFE (or 0x6B6AFE) is known color: Medium Slate Blue. HEX triplet: 6B, 6A and FE. RGB value is (107,106,254). Sum of RGB (Red+Green+Blue) = 107+106+254=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B6AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6AFE is #949501. Grayscale: #7A7A7A. Windows color (decimal): -9737474 or 16673387. OLE color: 16673387.
HSL color Cylindrical-coordinate representation of color #6B6AFE: 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 #6B6AFE is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 106 | 254 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.00 |
| HSL | 240.41º | 0.99% | 0.71% | - |
| HSV(B) | 240.41º | 0.58% | 1% | - |
| XYZ | 29.11 | 20.59 | 96.21 | - |
| YUV | 123.17 | 201.83 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 106 | 254 | 0.58 | 0.58 | 0 | 0.00 | 240.41 | 0.99 | 0.71 |
| Hex | 6B | 6A | FE | 3A | 3A | 0 | 0 | F0 | 63 | 47 |
| Octal | 153 | 152 | 376 | 72 | 72 | 0 | 0 | 360 | 143 | 107 |
| Binary | 1101011 | 1101010 | 11111110 | 111010 | 111010 | 0 | 0 | 11110000 | 1100011 | 1000111 |
Color Harmonies of #6B6AFE
Complementary color
Monochromatic Colors of #6B6AFE
Black with #6B6AFE
Text Example
Text Example
White with #6B6AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6AFE; }
p { color: rgb(107,106,254); }
H1.HeaderClassName
{
color: #6B6AFE;
}
.AnyTagClassName
{
color: #6B6AFE;
}
</style>
background-color css
<style>
a { background-color: #6B6AFE; }
a { background-color: rgb(107,106,254); }
div.DivClassName
{
background-color: #6B6AFE;
}
.BgClassName
{
background-color: #6B6AFE;
}
</style>
border-color css
<style>
span { border-color: #6B6AFE; }
span { border-color: rgb(107,106,254); }
td.TdClassName
{
border-color: #6B6AFE;
}
.TagClassName
{
border-color: #6B6AFE;
}
</style>