Shades of Slate Blue #6750D6
Tints of Slate Blue #6750D6
RGB
CMYK
RGB Variations
Color information
#6750D6 (or 0x6750D6) is known color: Slate Blue. HEX triplet: 67, 50 and D6. RGB value is (103,80,214). Sum of RGB (Red+Green+Blue) = 103+80+214=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 214 (83.98% from 255 or 53.90% from 397); Max value from RGB is 214 - color contains mainly: blue. Hex color #6750D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6750D6 is #98AF29. Grayscale: #656565. Windows color (decimal): -10006314 or 14045287. OLE color: 14045287.
HSL color Cylindrical-coordinate representation of color #6750D6: hue angle of 250.3º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6750D6 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 80 | 214 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.16 |
| HSL | 250.3º | 0.62% | 0.58% | - |
| HSV(B) | 250.3º | 0.63% | 0.84% | - |
| XYZ | 20.6 | 13.48 | 65.13 | - |
| YUV | 102.15 | 191.12 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 214 | 0.52 | 0.63 | 0 | 0.16 | 250.3 | 0.62 | 0.58 |
| Hex | 67 | 50 | D6 | 34 | 3F | 0 | 10 | FA | 3E | 3A |
| Octal | 147 | 120 | 326 | 64 | 77 | 0 | 20 | 372 | 76 | 72 |
| Binary | 1100111 | 1010000 | 11010110 | 110100 | 111111 | 0 | 10000 | 11111010 | 111110 | 111010 |
Color Harmonies of #6750D6
Complementary color
Monochromatic Colors of #6750D6
Black with #6750D6
Text Example
Text Example
White with #6750D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6750D6; }
p { color: rgb(103,80,214); }
H1.HeaderClassName
{
color: #6750D6;
}
.AnyTagClassName
{
color: #6750D6;
}
</style>
background-color css
<style>
a { background-color: #6750D6; }
a { background-color: rgb(103,80,214); }
div.DivClassName
{
background-color: #6750D6;
}
.BgClassName
{
background-color: #6750D6;
}
</style>
border-color css
<style>
span { border-color: #6750D6; }
span { border-color: rgb(103,80,214); }
td.TdClassName
{
border-color: #6750D6;
}
.TagClassName
{
border-color: #6750D6;
}
</style>