Shades of Medium Slate Blue #6865FB
Tints of Medium Slate Blue #6865FB
RGB
CMYK
RGB Variations
Color information
#6865FB (or 0x6865FB) is known color: Medium Slate Blue. HEX triplet: 68, 65 and FB. RGB value is (104,101,251). Sum of RGB (Red+Green+Blue) = 104+101+251=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #6865FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6865FB is #979A04. Grayscale: #767676. Windows color (decimal): -9935365 or 16475496. OLE color: 16475496.
HSL color Cylindrical-coordinate representation of color #6865FB: hue angle of 241.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6865FB is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 101 | 251 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.02 |
| HSL | 241.2º | 0.95% | 0.69% | - |
| HSV(B) | 241.2º | 0.6% | 0.98% | - |
| XYZ | 27.78 | 19.22 | 93.51 | - |
| YUV | 119 | 202.49 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 251 | 0.59 | 0.60 | 0 | 0.02 | 241.2 | 0.95 | 0.69 |
| Hex | 68 | 65 | FB | 3B | 3C | 0 | 2 | F1 | 5F | 45 |
| Octal | 150 | 145 | 373 | 73 | 74 | 0 | 2 | 361 | 137 | 105 |
| Binary | 1101000 | 1100101 | 11111011 | 111011 | 111100 | 0 | 10 | 11110001 | 1011111 | 1000101 |
Color Harmonies of #6865FB
Complementary color
Monochromatic Colors of #6865FB
Black with #6865FB
Text Example
Text Example
White with #6865FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865FB; }
p { color: rgb(104,101,251); }
H1.HeaderClassName
{
color: #6865FB;
}
.AnyTagClassName
{
color: #6865FB;
}
</style>
background-color css
<style>
a { background-color: #6865FB; }
a { background-color: rgb(104,101,251); }
div.DivClassName
{
background-color: #6865FB;
}
.BgClassName
{
background-color: #6865FB;
}
</style>
border-color css
<style>
span { border-color: #6865FB; }
span { border-color: rgb(104,101,251); }
td.TdClassName
{
border-color: #6865FB;
}
.TagClassName
{
border-color: #6865FB;
}
</style>