Shades of Slate Blue #686CCE
Tints of Slate Blue #686CCE
RGB
CMYK
RGB Variations
Color information
#686CCE (or 0x686CCE) is known color: Slate Blue. HEX triplet: 68, 6C and CE. RGB value is (104,108,206). Sum of RGB (Red+Green+Blue) = 104+108+206=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #686CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CCE is #979331. Grayscale: #757575. Windows color (decimal): -9933618 or 13528168. OLE color: 13528168.
HSL color Cylindrical-coordinate representation of color #686CCE: hue angle of 237.65º 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 #686CCE is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 108 | 206 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.19 |
| HSL | 237.65º | 0.51% | 0.61% | - |
| HSV(B) | 237.65º | 0.5% | 0.81% | - |
| XYZ | 22.21 | 18.12 | 60.72 | - |
| YUV | 117.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 206 | 0.50 | 0.48 | 0 | 0.19 | 237.65 | 0.51 | 0.61 |
| Hex | 68 | 6C | CE | 32 | 30 | 0 | 13 | EE | 33 | 3D |
| Octal | 150 | 154 | 316 | 62 | 60 | 0 | 23 | 356 | 63 | 75 |
| Binary | 1101000 | 1101100 | 11001110 | 110010 | 110000 | 0 | 10011 | 11101110 | 110011 | 111101 |
Color Harmonies of #686CCE
Complementary color
Monochromatic Colors of #686CCE
Black with #686CCE
Text Example
Text Example
White with #686CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CCE; }
p { color: rgb(104,108,206); }
H1.HeaderClassName
{
color: #686CCE;
}
.AnyTagClassName
{
color: #686CCE;
}
</style>
background-color css
<style>
a { background-color: #686CCE; }
a { background-color: rgb(104,108,206); }
div.DivClassName
{
background-color: #686CCE;
}
.BgClassName
{
background-color: #686CCE;
}
</style>
border-color css
<style>
span { border-color: #686CCE; }
span { border-color: rgb(104,108,206); }
td.TdClassName
{
border-color: #686CCE;
}
.TagClassName
{
border-color: #686CCE;
}
</style>