Shades of Slate Blue #685CCD
Tints of Slate Blue #685CCD
RGB
CMYK
RGB Variations
Color information
#685CCD (or 0x685CCD) is known color: Slate Blue. HEX triplet: 68, 5C and CD. RGB value is (104,92,205). Sum of RGB (Red+Green+Blue) = 104+92+205=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #685CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CCD is #97A332. Grayscale: #6C6C6C. Windows color (decimal): -9937715 or 13458536. OLE color: 13458536.
HSL color Cylindrical-coordinate representation of color #685CCD: hue angle of 246.37º 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 #685CCD is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 92 | 205 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.20 |
| HSL | 246.37º | 0.53% | 0.58% | - |
| HSV(B) | 246.37º | 0.55% | 0.8% | - |
| XYZ | 20.56 | 15.01 | 59.57 | - |
| YUV | 108.47 | 182.48 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 205 | 0.49 | 0.55 | 0 | 0.20 | 246.37 | 0.53 | 0.58 |
| Hex | 68 | 5C | CD | 31 | 37 | 0 | 14 | F6 | 35 | 3A |
| Octal | 150 | 134 | 315 | 61 | 67 | 0 | 24 | 366 | 65 | 72 |
| Binary | 1101000 | 1011100 | 11001101 | 110001 | 110111 | 0 | 10100 | 11110110 | 110101 | 111010 |
Color Harmonies of #685CCD
Complementary color
Monochromatic Colors of #685CCD
Black with #685CCD
Text Example
Text Example
White with #685CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685CCD; }
p { color: rgb(104,92,205); }
H1.HeaderClassName
{
color: #685CCD;
}
.AnyTagClassName
{
color: #685CCD;
}
</style>
background-color css
<style>
a { background-color: #685CCD; }
a { background-color: rgb(104,92,205); }
div.DivClassName
{
background-color: #685CCD;
}
.BgClassName
{
background-color: #685CCD;
}
</style>
border-color css
<style>
span { border-color: #685CCD; }
span { border-color: rgb(104,92,205); }
td.TdClassName
{
border-color: #685CCD;
}
.TagClassName
{
border-color: #685CCD;
}
</style>