Shades of Slate Blue #685CDA
Tints of Slate Blue #685CDA
RGB
CMYK
RGB Variations
Color information
#685CDA (or 0x685CDA) is known color: Slate Blue. HEX triplet: 68, 5C and DA. RGB value is (104,92,218). Sum of RGB (Red+Green+Blue) = 104+92+218=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #685CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CDA is #97A325. Grayscale: #6D6D6D. Windows color (decimal): -9937702 or 14310504. OLE color: 14310504.
HSL color Cylindrical-coordinate representation of color #685CDA: hue angle of 245.71º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #685CDA is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 92 | 218 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.15 |
| HSL | 245.71º | 0.63% | 0.61% | - |
| HSV(B) | 245.71º | 0.58% | 0.85% | - |
| XYZ | 22.19 | 15.66 | 68.18 | - |
| YUV | 109.95 | 188.98 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 218 | 0.52 | 0.58 | 0 | 0.15 | 245.71 | 0.63 | 0.61 |
| Hex | 68 | 5C | DA | 34 | 3A | 0 | F | F6 | 3F | 3D |
| Octal | 150 | 134 | 332 | 64 | 72 | 0 | 17 | 366 | 77 | 75 |
| Binary | 1101000 | 1011100 | 11011010 | 110100 | 111010 | 0 | 1111 | 11110110 | 111111 | 111101 |
Color Harmonies of #685CDA
Complementary color
Monochromatic Colors of #685CDA
Black with #685CDA
Text Example
Text Example
White with #685CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685CDA; }
p { color: rgb(104,92,218); }
H1.HeaderClassName
{
color: #685CDA;
}
.AnyTagClassName
{
color: #685CDA;
}
</style>
background-color css
<style>
a { background-color: #685CDA; }
a { background-color: rgb(104,92,218); }
div.DivClassName
{
background-color: #685CDA;
}
.BgClassName
{
background-color: #685CDA;
}
</style>
border-color css
<style>
span { border-color: #685CDA; }
span { border-color: rgb(104,92,218); }
td.TdClassName
{
border-color: #685CDA;
}
.TagClassName
{
border-color: #685CDA;
}
</style>