Shades of Slate Blue #685DC2
Tints of Slate Blue #685DC2
RGB
CMYK
RGB Variations
Color information
#685DC2 (or 0x685DC2) is known color: Slate Blue. HEX triplet: 68, 5D and C2. RGB value is (104,93,194). Sum of RGB (Red+Green+Blue) = 104+93+194=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 194 - color contains mainly: blue. Hex color #685DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DC2 is #97A23D. Grayscale: #6B6B6B. Windows color (decimal): -9937470 or 12737896. OLE color: 12737896.
HSL color Cylindrical-coordinate representation of color #685DC2: hue angle of 246.53º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #685DC2 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 93 | 194 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.24 |
| HSL | 246.53º | 0.45% | 0.56% | - |
| HSV(B) | 246.53º | 0.52% | 0.76% | - |
| XYZ | 19.36 | 14.67 | 52.85 | - |
| YUV | 107.8 | 176.64 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 194 | 0.46 | 0.52 | 0 | 0.24 | 246.53 | 0.45 | 0.56 |
| Hex | 68 | 5D | C2 | 2E | 34 | 0 | 18 | F7 | 2D | 38 |
| Octal | 150 | 135 | 302 | 56 | 64 | 0 | 30 | 367 | 55 | 70 |
| Binary | 1101000 | 1011101 | 11000010 | 101110 | 110100 | 0 | 11000 | 11110111 | 101101 | 111000 |
Color Harmonies of #685DC2
Complementary color
Monochromatic Colors of #685DC2
Black with #685DC2
Text Example
Text Example
White with #685DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DC2; }
p { color: rgb(104,93,194); }
H1.HeaderClassName
{
color: #685DC2;
}
.AnyTagClassName
{
color: #685DC2;
}
</style>
background-color css
<style>
a { background-color: #685DC2; }
a { background-color: rgb(104,93,194); }
div.DivClassName
{
background-color: #685DC2;
}
.BgClassName
{
background-color: #685DC2;
}
</style>
border-color css
<style>
span { border-color: #685DC2; }
span { border-color: rgb(104,93,194); }
td.TdClassName
{
border-color: #685DC2;
}
.TagClassName
{
border-color: #685DC2;
}
</style>