Shades of Slate Blue #6352C1
Tints of Slate Blue #6352C1
RGB
CMYK
RGB Variations
Color information
#6352C1 (or 0x6352C1) is known color: Slate Blue. HEX triplet: 63, 52 and C1. RGB value is (99,82,193). Sum of RGB (Red+Green+Blue) = 99+82+193=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #6352C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6352C1 is #9CAD3E. Grayscale: #636363. Windows color (decimal): -10267967 or 12669539. OLE color: 12669539.
HSL color Cylindrical-coordinate representation of color #6352C1: hue angle of 249.19º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6352C1 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 82 | 193 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.24 |
| HSL | 249.19º | 0.47% | 0.54% | - |
| HSV(B) | 249.19º | 0.58% | 0.76% | - |
| XYZ | 17.79 | 12.54 | 51.93 | - |
| YUV | 99.74 | 180.63 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 193 | 0.49 | 0.58 | 0 | 0.24 | 249.19 | 0.47 | 0.54 |
| Hex | 63 | 52 | C1 | 31 | 3A | 0 | 18 | F9 | 2F | 36 |
| Octal | 143 | 122 | 301 | 61 | 72 | 0 | 30 | 371 | 57 | 66 |
| Binary | 1100011 | 1010010 | 11000001 | 110001 | 111010 | 0 | 11000 | 11111001 | 101111 | 110110 |
Color Harmonies of #6352C1
Complementary color
Monochromatic Colors of #6352C1
Black with #6352C1
Text Example
Text Example
White with #6352C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6352C1; }
p { color: rgb(99,82,193); }
H1.HeaderClassName
{
color: #6352C1;
}
.AnyTagClassName
{
color: #6352C1;
}
</style>
background-color css
<style>
a { background-color: #6352C1; }
a { background-color: rgb(99,82,193); }
div.DivClassName
{
background-color: #6352C1;
}
.BgClassName
{
background-color: #6352C1;
}
</style>
border-color css
<style>
span { border-color: #6352C1; }
span { border-color: rgb(99,82,193); }
td.TdClassName
{
border-color: #6352C1;
}
.TagClassName
{
border-color: #6352C1;
}
</style>