Shades of Slate Blue #686ACE
Tints of Slate Blue #686ACE
RGB
CMYK
RGB Variations
Color information
#686ACE (or 0x686ACE) is known color: Slate Blue. HEX triplet: 68, 6A and CE. RGB value is (104,106,206). Sum of RGB (Red+Green+Blue) = 104+106+206=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #686ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ACE is #979531. Grayscale: #747474. Windows color (decimal): -9934130 or 13527656. OLE color: 13527656.
HSL color Cylindrical-coordinate representation of color #686ACE: hue angle of 238.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686ACE is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 106 | 206 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.19 |
| HSL | 238.82º | 0.51% | 0.61% | - |
| HSV(B) | 238.82º | 0.5% | 0.81% | - |
| XYZ | 22 | 17.71 | 60.65 | - |
| YUV | 116.8 | 178.34 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 206 | 0.50 | 0.49 | 0 | 0.19 | 238.82 | 0.51 | 0.61 |
| Hex | 68 | 6A | CE | 32 | 31 | 0 | 13 | EF | 33 | 3D |
| Octal | 150 | 152 | 316 | 62 | 61 | 0 | 23 | 357 | 63 | 75 |
| Binary | 1101000 | 1101010 | 11001110 | 110010 | 110001 | 0 | 10011 | 11101111 | 110011 | 111101 |
Color Harmonies of #686ACE
Complementary color
Monochromatic Colors of #686ACE
Black with #686ACE
Text Example
Text Example
White with #686ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686ACE; }
p { color: rgb(104,106,206); }
H1.HeaderClassName
{
color: #686ACE;
}
.AnyTagClassName
{
color: #686ACE;
}
</style>
background-color css
<style>
a { background-color: #686ACE; }
a { background-color: rgb(104,106,206); }
div.DivClassName
{
background-color: #686ACE;
}
.BgClassName
{
background-color: #686ACE;
}
</style>
border-color css
<style>
span { border-color: #686ACE; }
span { border-color: rgb(104,106,206); }
td.TdClassName
{
border-color: #686ACE;
}
.TagClassName
{
border-color: #686ACE;
}
</style>