Shades of Slate Blue #6867D6
Tints of Slate Blue #6867D6
RGB
CMYK
RGB Variations
Color information
#6867D6 (or 0x6867D6) is known color: Slate Blue. HEX triplet: 68, 67 and D6. RGB value is (104,103,214). Sum of RGB (Red+Green+Blue) = 104+103+214=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #6867D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6867D6 is #979829. Grayscale: #737373. Windows color (decimal): -9934890 or 14051176. OLE color: 14051176.
HSL color Cylindrical-coordinate representation of color #6867D6: hue angle of 240.54º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6867D6 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 103 | 214 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.16 |
| HSL | 240.54º | 0.58% | 0.62% | - |
| HSV(B) | 240.54º | 0.52% | 0.84% | - |
| XYZ | 22.7 | 17.5 | 65.8 | - |
| YUV | 115.95 | 183.33 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 214 | 0.51 | 0.52 | 0 | 0.16 | 240.54 | 0.58 | 0.62 |
| Hex | 68 | 67 | D6 | 33 | 34 | 0 | 10 | F1 | 3A | 3E |
| Octal | 150 | 147 | 326 | 63 | 64 | 0 | 20 | 361 | 72 | 76 |
| Binary | 1101000 | 1100111 | 11010110 | 110011 | 110100 | 0 | 10000 | 11110001 | 111010 | 111110 |
Color Harmonies of #6867D6
Complementary color
Monochromatic Colors of #6867D6
Black with #6867D6
Text Example
Text Example
White with #6867D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6867D6; }
p { color: rgb(104,103,214); }
H1.HeaderClassName
{
color: #6867D6;
}
.AnyTagClassName
{
color: #6867D6;
}
</style>
background-color css
<style>
a { background-color: #6867D6; }
a { background-color: rgb(104,103,214); }
div.DivClassName
{
background-color: #6867D6;
}
.BgClassName
{
background-color: #6867D6;
}
</style>
border-color css
<style>
span { border-color: #6867D6; }
span { border-color: rgb(104,103,214); }
td.TdClassName
{
border-color: #6867D6;
}
.TagClassName
{
border-color: #6867D6;
}
</style>