Shades of Slate Blue #685BCC
Tints of Slate Blue #685BCC
RGB
CMYK
RGB Variations
Color information
#685BCC (or 0x685BCC) is known color: Slate Blue. HEX triplet: 68, 5B and CC. RGB value is (104,91,204). Sum of RGB (Red+Green+Blue) = 104+91+204=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #685BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BCC is #97A433. Grayscale: #6B6B6B. Windows color (decimal): -9937972 or 13392744. OLE color: 13392744.
HSL color Cylindrical-coordinate representation of color #685BCC: hue angle of 246.9º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685BCC is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 91 | 204 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.2 |
| HSL | 246.9º | 0.53% | 0.58% | - |
| HSV(B) | 246.9º | 0.55% | 0.8% | - |
| XYZ | 20.35 | 14.78 | 58.91 | - |
| YUV | 107.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 204 | 0.49 | 0.55 | 0 | 0.2 | 246.9 | 0.53 | 0.58 |
| Hex | 68 | 5B | CC | 31 | 37 | 0 | 14 | F7 | 35 | 3A |
| Octal | 150 | 133 | 314 | 61 | 67 | 0 | 24 | 367 | 65 | 72 |
| Binary | 1101000 | 1011011 | 11001100 | 110001 | 110111 | 0 | 10100 | 11110111 | 110101 | 111010 |
Color Harmonies of #685BCC
Complementary color
Monochromatic Colors of #685BCC
Black with #685BCC
Text Example
Text Example
White with #685BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685BCC; }
p { color: rgb(104,91,204); }
H1.HeaderClassName
{
color: #685BCC;
}
.AnyTagClassName
{
color: #685BCC;
}
</style>
background-color css
<style>
a { background-color: #685BCC; }
a { background-color: rgb(104,91,204); }
div.DivClassName
{
background-color: #685BCC;
}
.BgClassName
{
background-color: #685BCC;
}
</style>
border-color css
<style>
span { border-color: #685BCC; }
span { border-color: rgb(104,91,204); }
td.TdClassName
{
border-color: #685BCC;
}
.TagClassName
{
border-color: #685BCC;
}
</style>