Shades of Medium Slate Blue #6A6BFD
Tints of Medium Slate Blue #6A6BFD
RGB
CMYK
RGB Variations
Color information
#6A6BFD (or 0x6A6BFD) is known color: Medium Slate Blue. HEX triplet: 6A, 6B and FD. RGB value is (106,107,253). Sum of RGB (Red+Green+Blue) = 106+107+253=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A6BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6BFD is #959402. Grayscale: #7A7A7A. Windows color (decimal): -9802755 or 16608106. OLE color: 16608106.
HSL color Cylindrical-coordinate representation of color #6A6BFD: hue angle of 239.59º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A6BFD is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 107 | 253 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.01 |
| HSL | 239.59º | 0.97% | 0.7% | - |
| HSV(B) | 239.59º | 0.58% | 0.99% | - |
| XYZ | 28.93 | 20.67 | 95.39 | - |
| YUV | 123.35 | 201.17 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 107 | 253 | 0.58 | 0.58 | 0 | 0.01 | 239.59 | 0.97 | 0.7 |
| Hex | 6A | 6B | FD | 3A | 3A | 0 | 1 | F0 | 61 | 46 |
| Octal | 152 | 153 | 375 | 72 | 72 | 0 | 1 | 360 | 141 | 106 |
| Binary | 1101010 | 1101011 | 11111101 | 111010 | 111010 | 0 | 1 | 11110000 | 1100001 | 1000110 |
Color Harmonies of #6A6BFD
Complementary color
Monochromatic Colors of #6A6BFD
Black with #6A6BFD
Text Example
Text Example
White with #6A6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6BFD; }
p { color: rgb(106,107,253); }
H1.HeaderClassName
{
color: #6A6BFD;
}
.AnyTagClassName
{
color: #6A6BFD;
}
</style>
background-color css
<style>
a { background-color: #6A6BFD; }
a { background-color: rgb(106,107,253); }
div.DivClassName
{
background-color: #6A6BFD;
}
.BgClassName
{
background-color: #6A6BFD;
}
</style>
border-color css
<style>
span { border-color: #6A6BFD; }
span { border-color: rgb(106,107,253); }
td.TdClassName
{
border-color: #6A6BFD;
}
.TagClassName
{
border-color: #6A6BFD;
}
</style>