Shades of Slate Blue #6863C0
Tints of Slate Blue #6863C0
RGB
CMYK
RGB Variations
Color information
#6863C0 (or 0x6863C0) is known color: Slate Blue. HEX triplet: 68, 63 and C0. RGB value is (104,99,192). Sum of RGB (Red+Green+Blue) = 104+99+192=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #6863C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6863C0 is #979C3F. Grayscale: #6E6E6E. Windows color (decimal): -9935936 or 12608360. OLE color: 12608360.
HSL color Cylindrical-coordinate representation of color #6863C0: hue angle of 243.23º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6863C0 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 99 | 192 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.25 |
| HSL | 243.23º | 0.42% | 0.57% | - |
| HSV(B) | 243.23º | 0.48% | 0.75% | - |
| XYZ | 19.69 | 15.67 | 51.86 | - |
| YUV | 111.1 | 173.66 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 192 | 0.46 | 0.48 | 0 | 0.25 | 243.23 | 0.42 | 0.57 |
| Hex | 68 | 63 | C0 | 2E | 30 | 0 | 19 | F3 | 2A | 39 |
| Octal | 150 | 143 | 300 | 56 | 60 | 0 | 31 | 363 | 52 | 71 |
| Binary | 1101000 | 1100011 | 11000000 | 101110 | 110000 | 0 | 11001 | 11110011 | 101010 | 111001 |
Color Harmonies of #6863C0
Complementary color
Monochromatic Colors of #6863C0
Black with #6863C0
Text Example
Text Example
White with #6863C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6863C0; }
p { color: rgb(104,99,192); }
H1.HeaderClassName
{
color: #6863C0;
}
.AnyTagClassName
{
color: #6863C0;
}
</style>
background-color css
<style>
a { background-color: #6863C0; }
a { background-color: rgb(104,99,192); }
div.DivClassName
{
background-color: #6863C0;
}
.BgClassName
{
background-color: #6863C0;
}
</style>
border-color css
<style>
span { border-color: #6863C0; }
span { border-color: rgb(104,99,192); }
td.TdClassName
{
border-color: #6863C0;
}
.TagClassName
{
border-color: #6863C0;
}
</style>