Shades of Slate Blue #6163CD
Tints of Slate Blue #6163CD
RGB
CMYK
RGB Variations
Color information
#6163CD (or 0x6163CD) is known color: Slate Blue. HEX triplet: 61, 63 and CD. RGB value is (97,99,205). Sum of RGB (Red+Green+Blue) = 97+99+205=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #6163CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6163CD is #9E9C32. Grayscale: #6E6E6E. Windows color (decimal): -10394675 or 13460321. OLE color: 13460321.
HSL color Cylindrical-coordinate representation of color #6163CD: hue angle of 238.89º degrees, saturation: 0.52, 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 #6163CD is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 99 | 205 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.20 |
| HSL | 238.89º | 0.52% | 0.59% | - |
| HSV(B) | 238.89º | 0.53% | 0.8% | - |
| XYZ | 20.41 | 15.87 | 59.75 | - |
| YUV | 110.49 | 181.34 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 205 | 0.53 | 0.52 | 0 | 0.20 | 238.89 | 0.52 | 0.59 |
| Hex | 61 | 63 | CD | 35 | 34 | 0 | 14 | EF | 34 | 3B |
| Octal | 141 | 143 | 315 | 65 | 64 | 0 | 24 | 357 | 64 | 73 |
| Binary | 1100001 | 1100011 | 11001101 | 110101 | 110100 | 0 | 10100 | 11101111 | 110100 | 111011 |
Color Harmonies of #6163CD
Complementary color
Monochromatic Colors of #6163CD
Black with #6163CD
Text Example
Text Example
White with #6163CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6163CD; }
p { color: rgb(97,99,205); }
H1.HeaderClassName
{
color: #6163CD;
}
.AnyTagClassName
{
color: #6163CD;
}
</style>
background-color css
<style>
a { background-color: #6163CD; }
a { background-color: rgb(97,99,205); }
div.DivClassName
{
background-color: #6163CD;
}
.BgClassName
{
background-color: #6163CD;
}
</style>
border-color css
<style>
span { border-color: #6163CD; }
span { border-color: rgb(97,99,205); }
td.TdClassName
{
border-color: #6163CD;
}
.TagClassName
{
border-color: #6163CD;
}
</style>