Shades of Slate Blue #685CC0
Tints of Slate Blue #685CC0
RGB
CMYK
RGB Variations
Color information
#685CC0 (or 0x685CC0) is known color: Slate Blue. HEX triplet: 68, 5C and C0. RGB value is (104,92,192). Sum of RGB (Red+Green+Blue) = 104+92+192=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #685CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CC0 is #97A33F. Grayscale: #6A6A6A. Windows color (decimal): -9937728 or 12606568. OLE color: 12606568.
HSL color Cylindrical-coordinate representation of color #685CC0: hue angle of 247.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #685CC0 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 92 | 192 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.25 |
| HSL | 247.2º | 0.44% | 0.56% | - |
| HSV(B) | 247.2º | 0.52% | 0.75% | - |
| XYZ | 19.05 | 14.4 | 51.65 | - |
| YUV | 106.99 | 175.98 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 192 | 0.46 | 0.52 | 0 | 0.25 | 247.2 | 0.44 | 0.56 |
| Hex | 68 | 5C | C0 | 2E | 34 | 0 | 19 | F7 | 2C | 38 |
| Octal | 150 | 134 | 300 | 56 | 64 | 0 | 31 | 367 | 54 | 70 |
| Binary | 1101000 | 1011100 | 11000000 | 101110 | 110100 | 0 | 11001 | 11110111 | 101100 | 111000 |
Color Harmonies of #685CC0
Complementary color
Monochromatic Colors of #685CC0
Black with #685CC0
Text Example
Text Example
White with #685CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685CC0; }
p { color: rgb(104,92,192); }
H1.HeaderClassName
{
color: #685CC0;
}
.AnyTagClassName
{
color: #685CC0;
}
</style>
background-color css
<style>
a { background-color: #685CC0; }
a { background-color: rgb(104,92,192); }
div.DivClassName
{
background-color: #685CC0;
}
.BgClassName
{
background-color: #685CC0;
}
</style>
border-color css
<style>
span { border-color: #685CC0; }
span { border-color: rgb(104,92,192); }
td.TdClassName
{
border-color: #685CC0;
}
.TagClassName
{
border-color: #685CC0;
}
</style>