Shades of Slate Blue #6860C1
Tints of Slate Blue #6860C1
RGB
CMYK
RGB Variations
Color information
#6860C1 (or 0x6860C1) is known color: Slate Blue. HEX triplet: 68, 60 and C1. RGB value is (104,96,193). Sum of RGB (Red+Green+Blue) = 104+96+193=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #6860C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860C1 is #979F3E. Grayscale: #6D6D6D. Windows color (decimal): -9936703 or 12673128. OLE color: 12673128.
HSL color Cylindrical-coordinate representation of color #6860C1: hue angle of 244.95º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6860C1 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 96 | 193 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.24 |
| HSL | 244.95º | 0.44% | 0.57% | - |
| HSV(B) | 244.95º | 0.5% | 0.76% | - |
| XYZ | 19.52 | 15.16 | 52.35 | - |
| YUV | 109.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 193 | 0.46 | 0.50 | 0 | 0.24 | 244.95 | 0.44 | 0.57 |
| Hex | 68 | 60 | C1 | 2E | 32 | 0 | 18 | F5 | 2C | 39 |
| Octal | 150 | 140 | 301 | 56 | 62 | 0 | 30 | 365 | 54 | 71 |
| Binary | 1101000 | 1100000 | 11000001 | 101110 | 110010 | 0 | 11000 | 11110101 | 101100 | 111001 |
Color Harmonies of #6860C1
Complementary color
Monochromatic Colors of #6860C1
Black with #6860C1
Text Example
Text Example
White with #6860C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860C1; }
p { color: rgb(104,96,193); }
H1.HeaderClassName
{
color: #6860C1;
}
.AnyTagClassName
{
color: #6860C1;
}
</style>
background-color css
<style>
a { background-color: #6860C1; }
a { background-color: rgb(104,96,193); }
div.DivClassName
{
background-color: #6860C1;
}
.BgClassName
{
background-color: #6860C1;
}
</style>
border-color css
<style>
span { border-color: #6860C1; }
span { border-color: rgb(104,96,193); }
td.TdClassName
{
border-color: #6860C1;
}
.TagClassName
{
border-color: #6860C1;
}
</style>