Shades of Slate Blue #686BCC
Tints of Slate Blue #686BCC
RGB
CMYK
RGB Variations
Color information
#686BCC (or 0x686BCC) is known color: Slate Blue. HEX triplet: 68, 6B and CC. RGB value is (104,107,204). Sum of RGB (Red+Green+Blue) = 104+107+204=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #686BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BCC is #979433. Grayscale: #747474. Windows color (decimal): -9933876 or 13396840. OLE color: 13396840.
HSL color Cylindrical-coordinate representation of color #686BCC: hue angle of 238.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #686BCC is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 107 | 204 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.2 |
| HSL | 238.2º | 0.5% | 0.6% | - |
| HSV(B) | 238.2º | 0.49% | 0.8% | - |
| XYZ | 21.87 | 17.82 | 59.41 | - |
| YUV | 117.16 | 177.01 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 204 | 0.49 | 0.48 | 0 | 0.2 | 238.2 | 0.5 | 0.6 |
| Hex | 68 | 6B | CC | 31 | 30 | 0 | 14 | EE | 32 | 3C |
| Octal | 150 | 153 | 314 | 61 | 60 | 0 | 24 | 356 | 62 | 74 |
| Binary | 1101000 | 1101011 | 11001100 | 110001 | 110000 | 0 | 10100 | 11101110 | 110010 | 111100 |
Color Harmonies of #686BCC
Complementary color
Monochromatic Colors of #686BCC
Black with #686BCC
Text Example
Text Example
White with #686BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BCC; }
p { color: rgb(104,107,204); }
H1.HeaderClassName
{
color: #686BCC;
}
.AnyTagClassName
{
color: #686BCC;
}
</style>
background-color css
<style>
a { background-color: #686BCC; }
a { background-color: rgb(104,107,204); }
div.DivClassName
{
background-color: #686BCC;
}
.BgClassName
{
background-color: #686BCC;
}
</style>
border-color css
<style>
span { border-color: #686BCC; }
span { border-color: rgb(104,107,204); }
td.TdClassName
{
border-color: #686BCC;
}
.TagClassName
{
border-color: #686BCC;
}
</style>