Shades of Medium Slate Blue #686AFB
Tints of Medium Slate Blue #686AFB
RGB
CMYK
RGB Variations
Color information
#686AFB (or 0x686AFB) is known color: Medium Slate Blue. HEX triplet: 68, 6A and FB. RGB value is (104,106,251). Sum of RGB (Red+Green+Blue) = 104+106+251=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #686AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686AFB is #979504. Grayscale: #797979. Windows color (decimal): -9934085 or 16476776. OLE color: 16476776.
HSL color Cylindrical-coordinate representation of color #686AFB: hue angle of 239.18º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #686AFB is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 104 | 106 | 251 | - |
CMYK | 0.59 | 0.58 | 0 | 0.02 |
HSL | 239.18º | 0.95% | 0.7% | - |
HSV(B) | 239.18º | 0.59% | 0.98% | - |
XYZ | 28.28 | 20.22 | 93.68 | - |
YUV | 121.93 | 200.84 | 115.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 106 | 251 | 0.59 | 0.58 | 0 | 0.02 | 239.18 | 0.95 | 0.7 |
Hex | 68 | 6A | FB | 3B | 3A | 0 | 2 | EF | 5F | 46 |
Octal | 150 | 152 | 373 | 73 | 72 | 0 | 2 | 357 | 137 | 106 |
Binary | 1101000 | 1101010 | 11111011 | 111011 | 111010 | 0 | 10 | 11101111 | 1011111 | 1000110 |
Color Harmonies of #686AFB
Complementary color
Monochromatic Colors of #686AFB
Black with #686AFB
Text Example
Text Example
White with #686AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AFB; }
p { color: rgb(104,106,251); }
H1.HeaderClassName
{
color: #686AFB;
}
.AnyTagClassName
{
color: #686AFB;
}
</style>
background-color css
<style>
a { background-color: #686AFB; }
a { background-color: rgb(104,106,251); }
div.DivClassName
{
background-color: #686AFB;
}
.BgClassName
{
background-color: #686AFB;
}
</style>
border-color css
<style>
span { border-color: #686AFB; }
span { border-color: rgb(104,106,251); }
td.TdClassName
{
border-color: #686AFB;
}
.TagClassName
{
border-color: #686AFB;
}
</style>