Shades of Slate Blue #685FC7
Tints of Slate Blue #685FC7
RGB
CMYK
RGB Variations
Color information
#685FC7 (or 0x685FC7) is known color: Slate Blue. HEX triplet: 68, 5F and C7. RGB value is (104,95,199). Sum of RGB (Red+Green+Blue) = 104+95+199=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 199 (78.12% from 255 or 50% from 398); Max value from RGB is 199 - color contains mainly: blue. Hex color #685FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FC7 is #97A038. Grayscale: #6D6D6D. Windows color (decimal): -9936953 or 13066088. OLE color: 13066088.
HSL color Cylindrical-coordinate representation of color #685FC7: hue angle of 245.19º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #685FC7 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 95 | 199 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.22 |
| HSL | 245.19º | 0.48% | 0.58% | - |
| HSV(B) | 245.19º | 0.52% | 0.78% | - |
| XYZ | 20.11 | 15.25 | 55.92 | - |
| YUV | 109.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 199 | 0.48 | 0.52 | 0 | 0.22 | 245.19 | 0.48 | 0.58 |
| Hex | 68 | 5F | C7 | 30 | 34 | 0 | 16 | F5 | 30 | 3A |
| Octal | 150 | 137 | 307 | 60 | 64 | 0 | 26 | 365 | 60 | 72 |
| Binary | 1101000 | 1011111 | 11000111 | 110000 | 110100 | 0 | 10110 | 11110101 | 110000 | 111010 |
Color Harmonies of #685FC7
Complementary color
Monochromatic Colors of #685FC7
Black with #685FC7
Text Example
Text Example
White with #685FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685FC7; }
p { color: rgb(104,95,199); }
H1.HeaderClassName
{
color: #685FC7;
}
.AnyTagClassName
{
color: #685FC7;
}
</style>
background-color css
<style>
a { background-color: #685FC7; }
a { background-color: rgb(104,95,199); }
div.DivClassName
{
background-color: #685FC7;
}
.BgClassName
{
background-color: #685FC7;
}
</style>
border-color css
<style>
span { border-color: #685FC7; }
span { border-color: rgb(104,95,199); }
td.TdClassName
{
border-color: #685FC7;
}
.TagClassName
{
border-color: #685FC7;
}
</style>