Shades of Slate Blue #6163C3
Tints of Slate Blue #6163C3
RGB
CMYK
RGB Variations
Color information
#6163C3 (or 0x6163C3) is known color: Slate Blue. HEX triplet: 61, 63 and C3. RGB value is (97,99,195). Sum of RGB (Red+Green+Blue) = 97+99+195=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: blue. Hex color #6163C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6163C3 is #9E9C3C. Grayscale: #6C6C6C. Windows color (decimal): -10394685 or 12804961. OLE color: 12804961.
HSL color Cylindrical-coordinate representation of color #6163C3: hue angle of 238.78º degrees, saturation: 0.45, 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 #6163C3 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 99 | 195 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.24 |
| HSL | 238.78º | 0.45% | 0.57% | - |
| HSV(B) | 238.78º | 0.5% | 0.76% | - |
| XYZ | 19.24 | 15.41 | 53.59 | - |
| YUV | 109.35 | 176.34 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 195 | 0.50 | 0.49 | 0 | 0.24 | 238.78 | 0.45 | 0.57 |
| Hex | 61 | 63 | C3 | 32 | 31 | 0 | 18 | EF | 2D | 39 |
| Octal | 141 | 143 | 303 | 62 | 61 | 0 | 30 | 357 | 55 | 71 |
| Binary | 1100001 | 1100011 | 11000011 | 110010 | 110001 | 0 | 11000 | 11101111 | 101101 | 111001 |
Color Harmonies of #6163C3
Complementary color
Monochromatic Colors of #6163C3
Black with #6163C3
Text Example
Text Example
White with #6163C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6163C3; }
p { color: rgb(97,99,195); }
H1.HeaderClassName
{
color: #6163C3;
}
.AnyTagClassName
{
color: #6163C3;
}
</style>
background-color css
<style>
a { background-color: #6163C3; }
a { background-color: rgb(97,99,195); }
div.DivClassName
{
background-color: #6163C3;
}
.BgClassName
{
background-color: #6163C3;
}
</style>
border-color css
<style>
span { border-color: #6163C3; }
span { border-color: rgb(97,99,195); }
td.TdClassName
{
border-color: #6163C3;
}
.TagClassName
{
border-color: #6163C3;
}
</style>