Shades of Slate Blue #6852D7
Tints of Slate Blue #6852D7
RGB
CMYK
RGB Variations
Color information
#6852D7 (or 0x6852D7) is known color: Slate Blue. HEX triplet: 68, 52 and D7. RGB value is (104,82,215). Sum of RGB (Red+Green+Blue) = 104+82+215=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #6852D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6852D7 is #97AD28. Grayscale: #676767. Windows color (decimal): -9940265 or 14111336. OLE color: 14111336.
HSL color Cylindrical-coordinate representation of color #6852D7: hue angle of 249.92º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6852D7 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 82 | 215 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.16 |
| HSL | 249.92º | 0.62% | 0.58% | - |
| HSV(B) | 249.92º | 0.62% | 0.84% | - |
| XYZ | 20.99 | 13.88 | 65.86 | - |
| YUV | 103.74 | 190.79 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 215 | 0.52 | 0.62 | 0 | 0.16 | 249.92 | 0.62 | 0.58 |
| Hex | 68 | 52 | D7 | 34 | 3E | 0 | 10 | FA | 3E | 3A |
| Octal | 150 | 122 | 327 | 64 | 76 | 0 | 20 | 372 | 76 | 72 |
| Binary | 1101000 | 1010010 | 11010111 | 110100 | 111110 | 0 | 10000 | 11111010 | 111110 | 111010 |
Color Harmonies of #6852D7
Complementary color
Monochromatic Colors of #6852D7
Black with #6852D7
Text Example
Text Example
White with #6852D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6852D7; }
p { color: rgb(104,82,215); }
H1.HeaderClassName
{
color: #6852D7;
}
.AnyTagClassName
{
color: #6852D7;
}
</style>
background-color css
<style>
a { background-color: #6852D7; }
a { background-color: rgb(104,82,215); }
div.DivClassName
{
background-color: #6852D7;
}
.BgClassName
{
background-color: #6852D7;
}
</style>
border-color css
<style>
span { border-color: #6852D7; }
span { border-color: rgb(104,82,215); }
td.TdClassName
{
border-color: #6852D7;
}
.TagClassName
{
border-color: #6852D7;
}
</style>