Shades of Medium Slate Blue #6B58FD
Tints of Medium Slate Blue #6B58FD
RGB
CMYK
RGB Variations
Color information
#6B58FD (or 0x6B58FD) is known color: Medium Slate Blue. HEX triplet: 6B, 58 and FD. RGB value is (107,88,253). Sum of RGB (Red+Green+Blue) = 107+88+253=448 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.88% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B58FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B58FD is #94A702. Grayscale: #6F6F6F. Windows color (decimal): -9742083 or 16603243. OLE color: 16603243.
HSL color Cylindrical-coordinate representation of color #6B58FD: hue angle of 246.91º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B58FD is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 88 | 253 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.01 |
| HSL | 246.91º | 0.98% | 0.67% | - |
| HSV(B) | 246.91º | 0.65% | 0.99% | - |
| XYZ | 27.28 | 17.2 | 94.81 | - |
| YUV | 112.49 | 207.29 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 253 | 0.58 | 0.65 | 0 | 0.01 | 246.91 | 0.98 | 0.67 |
| Hex | 6B | 58 | FD | 3A | 41 | 0 | 1 | F7 | 62 | 43 |
| Octal | 153 | 130 | 375 | 72 | 101 | 0 | 1 | 367 | 142 | 103 |
| Binary | 1101011 | 1011000 | 11111101 | 111010 | 1000001 | 0 | 1 | 11110111 | 1100010 | 1000011 |
Color Harmonies of #6B58FD
Complementary color
Monochromatic Colors of #6B58FD
Black with #6B58FD
Text Example
Text Example
White with #6B58FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B58FD; }
p { color: rgb(107,88,253); }
H1.HeaderClassName
{
color: #6B58FD;
}
.AnyTagClassName
{
color: #6B58FD;
}
</style>
background-color css
<style>
a { background-color: #6B58FD; }
a { background-color: rgb(107,88,253); }
div.DivClassName
{
background-color: #6B58FD;
}
.BgClassName
{
background-color: #6B58FD;
}
</style>
border-color css
<style>
span { border-color: #6B58FD; }
span { border-color: rgb(107,88,253); }
td.TdClassName
{
border-color: #6B58FD;
}
.TagClassName
{
border-color: #6B58FD;
}
</style>