Shades of Medium Slate Blue #6861FF
Tints of Medium Slate Blue #6861FF
RGB
CMYK
RGB Variations
Color information
#6861FF (or 0x6861FF) is known color: Medium Slate Blue. HEX triplet: 68, 61 and FF. RGB value is (104,97,255). Sum of RGB (Red+Green+Blue) = 104+97+255=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #6861FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6861FF is #979E00. Grayscale: #747474. Windows color (decimal): -9936385 or 16736616. OLE color: 16736616.
HSL color Cylindrical-coordinate representation of color #6861FF: hue angle of 242.66º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6861FF is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 97 | 255 | - |
| CMYK | 0.59 | 0.62 | 0 | 0 |
| HSL | 242.66º | 1% | 0.69% | - |
| HSV(B) | 242.66º | 0.62% | 1% | - |
| XYZ | 28.03 | 18.71 | 96.74 | - |
| YUV | 117.11 | 205.82 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 255 | 0.59 | 0.62 | 0 | 0 | 242.66 | 1 | 0.69 |
| Hex | 68 | 61 | FF | 3B | 3E | 0 | 0 | F3 | 64 | 45 |
| Octal | 150 | 141 | 377 | 73 | 76 | 0 | 0 | 363 | 144 | 105 |
| Binary | 1101000 | 1100001 | 11111111 | 111011 | 111110 | 0 | 0 | 11110011 | 1100100 | 1000101 |
Color Harmonies of #6861FF
Complementary color
Monochromatic Colors of #6861FF
Black with #6861FF
Text Example
Text Example
White with #6861FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6861FF; }
p { color: rgb(104,97,255); }
H1.HeaderClassName
{
color: #6861FF;
}
.AnyTagClassName
{
color: #6861FF;
}
</style>
background-color css
<style>
a { background-color: #6861FF; }
a { background-color: rgb(104,97,255); }
div.DivClassName
{
background-color: #6861FF;
}
.BgClassName
{
background-color: #6861FF;
}
</style>
border-color css
<style>
span { border-color: #6861FF; }
span { border-color: rgb(104,97,255); }
td.TdClassName
{
border-color: #6861FF;
}
.TagClassName
{
border-color: #6861FF;
}
</style>