Shades of Medium Slate Blue #6A6CFB
Tints of Medium Slate Blue #6A6CFB
RGB
CMYK
RGB Variations
Color information
#6A6CFB (or 0x6A6CFB) is known color: Medium Slate Blue. HEX triplet: 6A, 6C and FB. RGB value is (106,108,251). Sum of RGB (Red+Green+Blue) = 106+108+251=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A6CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6CFB is #959304. Grayscale: #7B7B7B. Windows color (decimal): -9802501 or 16477290. OLE color: 16477290.
HSL color Cylindrical-coordinate representation of color #6A6CFB: hue angle of 239.17º 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 #6A6CFB is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 108 | 251 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.02 |
| HSL | 239.17º | 0.95% | 0.7% | - |
| HSV(B) | 239.17º | 0.58% | 0.98% | - |
| XYZ | 28.72 | 20.75 | 93.76 | - |
| YUV | 123.7 | 199.84 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 108 | 251 | 0.58 | 0.57 | 0 | 0.02 | 239.17 | 0.95 | 0.7 |
| Hex | 6A | 6C | FB | 3A | 39 | 0 | 2 | EF | 5F | 46 |
| Octal | 152 | 154 | 373 | 72 | 71 | 0 | 2 | 357 | 137 | 106 |
| Binary | 1101010 | 1101100 | 11111011 | 111010 | 111001 | 0 | 10 | 11101111 | 1011111 | 1000110 |
Color Harmonies of #6A6CFB
Complementary color
Monochromatic Colors of #6A6CFB
Black with #6A6CFB
Text Example
Text Example
White with #6A6CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6CFB; }
p { color: rgb(106,108,251); }
H1.HeaderClassName
{
color: #6A6CFB;
}
.AnyTagClassName
{
color: #6A6CFB;
}
</style>
background-color css
<style>
a { background-color: #6A6CFB; }
a { background-color: rgb(106,108,251); }
div.DivClassName
{
background-color: #6A6CFB;
}
.BgClassName
{
background-color: #6A6CFB;
}
</style>
border-color css
<style>
span { border-color: #6A6CFB; }
span { border-color: rgb(106,108,251); }
td.TdClassName
{
border-color: #6A6CFB;
}
.TagClassName
{
border-color: #6A6CFB;
}
</style>