Shades of Slate Blue #6851D1
Tints of Slate Blue #6851D1
RGB
CMYK
RGB Variations
Color information
#6851D1 (or 0x6851D1) is known color: Slate Blue. HEX triplet: 68, 51 and D1. RGB value is (104,81,209). Sum of RGB (Red+Green+Blue) = 104+81+209=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 209 (82.03% from 255 or 53.05% from 394); Max value from RGB is 209 - color contains mainly: blue. Hex color #6851D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6851D1 is #97AE2E. Grayscale: #656565. Windows color (decimal): -9940527 or 13717864. OLE color: 13717864.
HSL color Cylindrical-coordinate representation of color #6851D1: hue angle of 250.78º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6851D1 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 81 | 209 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.18 |
| HSL | 250.78º | 0.58% | 0.57% | - |
| HSV(B) | 250.78º | 0.61% | 0.82% | - |
| XYZ | 20.16 | 13.43 | 61.85 | - |
| YUV | 102.47 | 188.12 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 209 | 0.50 | 0.61 | 0 | 0.18 | 250.78 | 0.58 | 0.57 |
| Hex | 68 | 51 | D1 | 32 | 3D | 0 | 12 | FB | 3A | 39 |
| Octal | 150 | 121 | 321 | 62 | 75 | 0 | 22 | 373 | 72 | 71 |
| Binary | 1101000 | 1010001 | 11010001 | 110010 | 111101 | 0 | 10010 | 11111011 | 111010 | 111001 |
Color Harmonies of #6851D1
Complementary color
Monochromatic Colors of #6851D1
Black with #6851D1
Text Example
Text Example
White with #6851D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6851D1; }
p { color: rgb(104,81,209); }
H1.HeaderClassName
{
color: #6851D1;
}
.AnyTagClassName
{
color: #6851D1;
}
</style>
background-color css
<style>
a { background-color: #6851D1; }
a { background-color: rgb(104,81,209); }
div.DivClassName
{
background-color: #6851D1;
}
.BgClassName
{
background-color: #6851D1;
}
</style>
border-color css
<style>
span { border-color: #6851D1; }
span { border-color: rgb(104,81,209); }
td.TdClassName
{
border-color: #6851D1;
}
.TagClassName
{
border-color: #6851D1;
}
</style>