Shades of Slate Blue #6871D7
Tints of Slate Blue #6871D7
RGB
CMYK
RGB Variations
Color information
#6871D7 (or 0x6871D7) is known color: Slate Blue. HEX triplet: 68, 71 and D7. RGB value is (104,113,215). Sum of RGB (Red+Green+Blue) = 104+113+215=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 215 (84.38% from 255 or 49.77% from 432); Max value from RGB is 215 - color contains mainly: blue. Hex color #6871D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6871D7 is #978E28. Grayscale: #797979. Windows color (decimal): -9932329 or 14119272. OLE color: 14119272.
HSL color Cylindrical-coordinate representation of color #6871D7: hue angle of 235.14º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6871D7 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 113 | 215 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.16 |
| HSL | 235.14º | 0.58% | 0.63% | - |
| HSV(B) | 235.14º | 0.52% | 0.84% | - |
| XYZ | 23.88 | 19.66 | 66.83 | - |
| YUV | 121.94 | 180.52 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 215 | 0.52 | 0.47 | 0 | 0.16 | 235.14 | 0.58 | 0.63 |
| Hex | 68 | 71 | D7 | 34 | 2F | 0 | 10 | EB | 3A | 3F |
| Octal | 150 | 161 | 327 | 64 | 57 | 0 | 20 | 353 | 72 | 77 |
| Binary | 1101000 | 1110001 | 11010111 | 110100 | 101111 | 0 | 10000 | 11101011 | 111010 | 111111 |
Color Harmonies of #6871D7
Complementary color
Monochromatic Colors of #6871D7
Black with #6871D7
Text Example
Text Example
White with #6871D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6871D7; }
p { color: rgb(104,113,215); }
H1.HeaderClassName
{
color: #6871D7;
}
.AnyTagClassName
{
color: #6871D7;
}
</style>
background-color css
<style>
a { background-color: #6871D7; }
a { background-color: rgb(104,113,215); }
div.DivClassName
{
background-color: #6871D7;
}
.BgClassName
{
background-color: #6871D7;
}
</style>
border-color css
<style>
span { border-color: #6871D7; }
span { border-color: rgb(104,113,215); }
td.TdClassName
{
border-color: #6871D7;
}
.TagClassName
{
border-color: #6871D7;
}
</style>