Shades of Slate Blue #6867CD
Tints of Slate Blue #6867CD
RGB
CMYK
RGB Variations
Color information
#6867CD (or 0x6867CD) is known color: Slate Blue. HEX triplet: 68, 67 and CD. RGB value is (104,103,205). Sum of RGB (Red+Green+Blue) = 104+103+205=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #6867CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6867CD is #979832. Grayscale: #727272. Windows color (decimal): -9934899 or 13461352. OLE color: 13461352.
HSL color Cylindrical-coordinate representation of color #6867CD: hue angle of 240.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6867CD is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 103 | 205 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.20 |
| HSL | 240.59º | 0.5% | 0.6% | - |
| HSV(B) | 240.59º | 0.5% | 0.8% | - |
| XYZ | 21.58 | 17.05 | 59.91 | - |
| YUV | 114.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 205 | 0.49 | 0.50 | 0 | 0.20 | 240.59 | 0.5 | 0.6 |
| Hex | 68 | 67 | CD | 31 | 32 | 0 | 14 | F1 | 32 | 3C |
| Octal | 150 | 147 | 315 | 61 | 62 | 0 | 24 | 361 | 62 | 74 |
| Binary | 1101000 | 1100111 | 11001101 | 110001 | 110010 | 0 | 10100 | 11110001 | 110010 | 111100 |
Color Harmonies of #6867CD
Complementary color
Monochromatic Colors of #6867CD
Black with #6867CD
Text Example
Text Example
White with #6867CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6867CD; }
p { color: rgb(104,103,205); }
H1.HeaderClassName
{
color: #6867CD;
}
.AnyTagClassName
{
color: #6867CD;
}
</style>
background-color css
<style>
a { background-color: #6867CD; }
a { background-color: rgb(104,103,205); }
div.DivClassName
{
background-color: #6867CD;
}
.BgClassName
{
background-color: #6867CD;
}
</style>
border-color css
<style>
span { border-color: #6867CD; }
span { border-color: rgb(104,103,205); }
td.TdClassName
{
border-color: #6867CD;
}
.TagClassName
{
border-color: #6867CD;
}
</style>