Shades of Slate Blue #6860CC
Tints of Slate Blue #6860CC
RGB
CMYK
RGB Variations
Color information
#6860CC (or 0x6860CC) is known color: Slate Blue. HEX triplet: 68, 60 and CC. RGB value is (104,96,204). Sum of RGB (Red+Green+Blue) = 104+96+204=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #6860CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860CC is #979F33. Grayscale: #6E6E6E. Windows color (decimal): -9936692 or 13394024. OLE color: 13394024.
HSL color Cylindrical-coordinate representation of color #6860CC: hue angle of 244.44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6860CC is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 96 | 204 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.2 |
| HSL | 244.44º | 0.51% | 0.59% | - |
| HSV(B) | 244.44º | 0.53% | 0.8% | - |
| XYZ | 20.79 | 15.67 | 59.06 | - |
| YUV | 110.7 | 180.65 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 204 | 0.49 | 0.53 | 0 | 0.2 | 244.44 | 0.51 | 0.59 |
| Hex | 68 | 60 | CC | 31 | 35 | 0 | 14 | F4 | 33 | 3B |
| Octal | 150 | 140 | 314 | 61 | 65 | 0 | 24 | 364 | 63 | 73 |
| Binary | 1101000 | 1100000 | 11001100 | 110001 | 110101 | 0 | 10100 | 11110100 | 110011 | 111011 |
Color Harmonies of #6860CC
Complementary color
Monochromatic Colors of #6860CC
Black with #6860CC
Text Example
Text Example
White with #6860CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6860CC; }
p { color: rgb(104,96,204); }
H1.HeaderClassName
{
color: #6860CC;
}
.AnyTagClassName
{
color: #6860CC;
}
</style>
background-color css
<style>
a { background-color: #6860CC; }
a { background-color: rgb(104,96,204); }
div.DivClassName
{
background-color: #6860CC;
}
.BgClassName
{
background-color: #6860CC;
}
</style>
border-color css
<style>
span { border-color: #6860CC; }
span { border-color: rgb(104,96,204); }
td.TdClassName
{
border-color: #6860CC;
}
.TagClassName
{
border-color: #6860CC;
}
</style>