Shades of Slate Blue #6863CD
Tints of Slate Blue #6863CD
RGB
CMYK
RGB Variations
Color information
#6863CD (or 0x6863CD) is known color: Slate Blue. HEX triplet: 68, 63 and CD. RGB value is (104,99,205). Sum of RGB (Red+Green+Blue) = 104+99+205=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #6863CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6863CD is #979C32. Grayscale: #707070. Windows color (decimal): -9935923 or 13460328. OLE color: 13460328.
HSL color Cylindrical-coordinate representation of color #6863CD: hue angle of 242.83º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6863CD is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 99 | 205 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.20 |
| HSL | 242.83º | 0.51% | 0.6% | - |
| HSV(B) | 242.83º | 0.52% | 0.8% | - |
| XYZ | 21.19 | 16.27 | 59.78 | - |
| YUV | 112.58 | 180.16 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 205 | 0.49 | 0.52 | 0 | 0.20 | 242.83 | 0.51 | 0.6 |
| Hex | 68 | 63 | CD | 31 | 34 | 0 | 14 | F3 | 33 | 3C |
| Octal | 150 | 143 | 315 | 61 | 64 | 0 | 24 | 363 | 63 | 74 |
| Binary | 1101000 | 1100011 | 11001101 | 110001 | 110100 | 0 | 10100 | 11110011 | 110011 | 111100 |
Color Harmonies of #6863CD
Complementary color
Monochromatic Colors of #6863CD
Black with #6863CD
Text Example
Text Example
White with #6863CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6863CD; }
p { color: rgb(104,99,205); }
H1.HeaderClassName
{
color: #6863CD;
}
.AnyTagClassName
{
color: #6863CD;
}
</style>
background-color css
<style>
a { background-color: #6863CD; }
a { background-color: rgb(104,99,205); }
div.DivClassName
{
background-color: #6863CD;
}
.BgClassName
{
background-color: #6863CD;
}
</style>
border-color css
<style>
span { border-color: #6863CD; }
span { border-color: rgb(104,99,205); }
td.TdClassName
{
border-color: #6863CD;
}
.TagClassName
{
border-color: #6863CD;
}
</style>