Shades of Slate Blue #685CDE
Tints of Slate Blue #685CDE
RGB
CMYK
RGB Variations
Color information
#685CDE (or 0x685CDE) is known color: Slate Blue. HEX triplet: 68, 5C and DE. RGB value is (104,92,222). Sum of RGB (Red+Green+Blue) = 104+92+222=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #685CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CDE is #97A321. Grayscale: #6D6D6D. Windows color (decimal): -9937698 or 14572648. OLE color: 14572648.
HSL color Cylindrical-coordinate representation of color #685CDE: hue angle of 245.54º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #685CDE is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 92 | 222 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.13 |
| HSL | 245.54º | 0.66% | 0.62% | - |
| HSV(B) | 245.54º | 0.59% | 0.87% | - |
| XYZ | 22.72 | 15.87 | 70.97 | - |
| YUV | 110.41 | 190.98 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 222 | 0.53 | 0.59 | 0 | 0.13 | 245.54 | 0.66 | 0.62 |
| Hex | 68 | 5C | DE | 35 | 3B | 0 | D | F6 | 42 | 3E |
| Octal | 150 | 134 | 336 | 65 | 73 | 0 | 15 | 366 | 102 | 76 |
| Binary | 1101000 | 1011100 | 11011110 | 110101 | 111011 | 0 | 1101 | 11110110 | 1000010 | 111110 |
Color Harmonies of #685CDE
Complementary color
Monochromatic Colors of #685CDE
Black with #685CDE
Text Example
Text Example
White with #685CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685CDE; }
p { color: rgb(104,92,222); }
H1.HeaderClassName
{
color: #685CDE;
}
.AnyTagClassName
{
color: #685CDE;
}
</style>
background-color css
<style>
a { background-color: #685CDE; }
a { background-color: rgb(104,92,222); }
div.DivClassName
{
background-color: #685CDE;
}
.BgClassName
{
background-color: #685CDE;
}
</style>
border-color css
<style>
span { border-color: #685CDE; }
span { border-color: rgb(104,92,222); }
td.TdClassName
{
border-color: #685CDE;
}
.TagClassName
{
border-color: #685CDE;
}
</style>