Shades of Slate Blue #6866CE
Tints of Slate Blue #6866CE
RGB
CMYK
RGB Variations
Color information
#6866CE (or 0x6866CE) is known color: Slate Blue. HEX triplet: 68, 66 and CE. RGB value is (104,102,206). Sum of RGB (Red+Green+Blue) = 104+102+206=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #6866CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6866CE is #979931. Grayscale: #727272. Windows color (decimal): -9935154 or 13526632. OLE color: 13526632.
HSL color Cylindrical-coordinate representation of color #6866CE: hue angle of 241.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6866CE is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 102 | 206 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.19 |
| HSL | 241.15º | 0.51% | 0.6% | - |
| HSV(B) | 241.15º | 0.5% | 0.81% | - |
| XYZ | 21.6 | 16.9 | 60.52 | - |
| YUV | 114.45 | 179.66 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 206 | 0.50 | 0.50 | 0 | 0.19 | 241.15 | 0.51 | 0.6 |
| Hex | 68 | 66 | CE | 32 | 32 | 0 | 13 | F1 | 33 | 3C |
| Octal | 150 | 146 | 316 | 62 | 62 | 0 | 23 | 361 | 63 | 74 |
| Binary | 1101000 | 1100110 | 11001110 | 110010 | 110010 | 0 | 10011 | 11110001 | 110011 | 111100 |
Color Harmonies of #6866CE
Complementary color
Monochromatic Colors of #6866CE
Black with #6866CE
Text Example
Text Example
White with #6866CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6866CE; }
p { color: rgb(104,102,206); }
H1.HeaderClassName
{
color: #6866CE;
}
.AnyTagClassName
{
color: #6866CE;
}
</style>
background-color css
<style>
a { background-color: #6866CE; }
a { background-color: rgb(104,102,206); }
div.DivClassName
{
background-color: #6866CE;
}
.BgClassName
{
background-color: #6866CE;
}
</style>
border-color css
<style>
span { border-color: #6866CE; }
span { border-color: rgb(104,102,206); }
td.TdClassName
{
border-color: #6866CE;
}
.TagClassName
{
border-color: #6866CE;
}
</style>