Shades of Medium Slate Blue #6867FD
Tints of Medium Slate Blue #6867FD
RGB
CMYK
RGB Variations
Color information
#6867FD (or 0x6867FD) is known color: Medium Slate Blue. HEX triplet: 68, 67 and FD. RGB value is (104,103,253). Sum of RGB (Red+Green+Blue) = 104+103+253=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #6867FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6867FD is #979802. Grayscale: #777777. Windows color (decimal): -9934851 or 16607080. OLE color: 16607080.
HSL color Cylindrical-coordinate representation of color #6867FD: hue angle of 240.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6867FD is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 103 | 253 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.01 |
| HSL | 240.4º | 0.97% | 0.7% | - |
| HSV(B) | 240.4º | 0.59% | 0.99% | - |
| XYZ | 28.29 | 19.74 | 95.25 | - |
| YUV | 120.4 | 202.83 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 253 | 0.59 | 0.59 | 0 | 0.01 | 240.4 | 0.97 | 0.7 |
| Hex | 68 | 67 | FD | 3B | 3B | 0 | 1 | F0 | 61 | 46 |
| Octal | 150 | 147 | 375 | 73 | 73 | 0 | 1 | 360 | 141 | 106 |
| Binary | 1101000 | 1100111 | 11111101 | 111011 | 111011 | 0 | 1 | 11110000 | 1100001 | 1000110 |
Color Harmonies of #6867FD
Complementary color
Monochromatic Colors of #6867FD
Black with #6867FD
Text Example
Text Example
White with #6867FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6867FD; }
p { color: rgb(104,103,253); }
H1.HeaderClassName
{
color: #6867FD;
}
.AnyTagClassName
{
color: #6867FD;
}
</style>
background-color css
<style>
a { background-color: #6867FD; }
a { background-color: rgb(104,103,253); }
div.DivClassName
{
background-color: #6867FD;
}
.BgClassName
{
background-color: #6867FD;
}
</style>
border-color css
<style>
span { border-color: #6867FD; }
span { border-color: rgb(104,103,253); }
td.TdClassName
{
border-color: #6867FD;
}
.TagClassName
{
border-color: #6867FD;
}
</style>