Shades of Slate Blue #685BCE
Tints of Slate Blue #685BCE
RGB
CMYK
RGB Variations
Color information
#685BCE (or 0x685BCE) is known color: Slate Blue. HEX triplet: 68, 5B and CE. RGB value is (104,91,206). Sum of RGB (Red+Green+Blue) = 104+91+206=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #685BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BCE is #97A431. Grayscale: #6B6B6B. Windows color (decimal): -9937970 or 13523816. OLE color: 13523816.
HSL color Cylindrical-coordinate representation of color #685BCE: hue angle of 246.78º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #685BCE is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 91 | 206 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.19 |
| HSL | 246.78º | 0.54% | 0.58% | - |
| HSV(B) | 246.78º | 0.56% | 0.81% | - |
| XYZ | 20.59 | 14.88 | 60.18 | - |
| YUV | 108 | 183.31 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 206 | 0.50 | 0.56 | 0 | 0.19 | 246.78 | 0.54 | 0.58 |
| Hex | 68 | 5B | CE | 32 | 38 | 0 | 13 | F7 | 36 | 3A |
| Octal | 150 | 133 | 316 | 62 | 70 | 0 | 23 | 367 | 66 | 72 |
| Binary | 1101000 | 1011011 | 11001110 | 110010 | 111000 | 0 | 10011 | 11110111 | 110110 | 111010 |
Color Harmonies of #685BCE
Complementary color
Monochromatic Colors of #685BCE
Black with #685BCE
Text Example
Text Example
White with #685BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685BCE; }
p { color: rgb(104,91,206); }
H1.HeaderClassName
{
color: #685BCE;
}
.AnyTagClassName
{
color: #685BCE;
}
</style>
background-color css
<style>
a { background-color: #685BCE; }
a { background-color: rgb(104,91,206); }
div.DivClassName
{
background-color: #685BCE;
}
.BgClassName
{
background-color: #685BCE;
}
</style>
border-color css
<style>
span { border-color: #685BCE; }
span { border-color: rgb(104,91,206); }
td.TdClassName
{
border-color: #685BCE;
}
.TagClassName
{
border-color: #685BCE;
}
</style>