Shades of Medium Slate Blue #6A6FFB
Tints of Medium Slate Blue #6A6FFB
RGB
CMYK
RGB Variations
Color information
#6A6FFB (or 0x6A6FFB) is known color: Medium Slate Blue. HEX triplet: 6A, 6F and FB. RGB value is (106,111,251). Sum of RGB (Red+Green+Blue) = 106+111+251=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A6FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6FFB is #959004. Grayscale: #7C7C7C. Windows color (decimal): -9801733 or 16478058. OLE color: 16478058.
HSL color Cylindrical-coordinate representation of color #6A6FFB: hue angle of 237.93º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A6FFB is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 111 | 251 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.02 |
| HSL | 237.93º | 0.95% | 0.7% | - |
| HSV(B) | 237.93º | 0.58% | 0.98% | - |
| XYZ | 29.04 | 21.4 | 93.87 | - |
| YUV | 125.47 | 198.84 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 111 | 251 | 0.58 | 0.56 | 0 | 0.02 | 237.93 | 0.95 | 0.7 |
| Hex | 6A | 6F | FB | 3A | 38 | 0 | 2 | EE | 5F | 46 |
| Octal | 152 | 157 | 373 | 72 | 70 | 0 | 2 | 356 | 137 | 106 |
| Binary | 1101010 | 1101111 | 11111011 | 111010 | 111000 | 0 | 10 | 11101110 | 1011111 | 1000110 |
Color Harmonies of #6A6FFB
Complementary color
Monochromatic Colors of #6A6FFB
Black with #6A6FFB
Text Example
Text Example
White with #6A6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6FFB; }
p { color: rgb(106,111,251); }
H1.HeaderClassName
{
color: #6A6FFB;
}
.AnyTagClassName
{
color: #6A6FFB;
}
</style>
background-color css
<style>
a { background-color: #6A6FFB; }
a { background-color: rgb(106,111,251); }
div.DivClassName
{
background-color: #6A6FFB;
}
.BgClassName
{
background-color: #6A6FFB;
}
</style>
border-color css
<style>
span { border-color: #6A6FFB; }
span { border-color: rgb(106,111,251); }
td.TdClassName
{
border-color: #6A6FFB;
}
.TagClassName
{
border-color: #6A6FFB;
}
</style>