Shades of Slate Blue #6352C4
Tints of Slate Blue #6352C4
RGB
CMYK
RGB Variations
Color information
#6352C4 (or 0x6352C4) is known color: Slate Blue. HEX triplet: 63, 52 and C4. RGB value is (99,82,196). Sum of RGB (Red+Green+Blue) = 99+82+196=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #6352C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6352C4 is #9CAD3B. Grayscale: #636363. Windows color (decimal): -10267964 or 12866147. OLE color: 12866147.
HSL color Cylindrical-coordinate representation of color #6352C4: hue angle of 248.95º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6352C4 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 82 | 196 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.23 |
| HSL | 248.95º | 0.49% | 0.55% | - |
| HSV(B) | 248.95º | 0.58% | 0.77% | - |
| XYZ | 18.13 | 12.67 | 53.72 | - |
| YUV | 100.08 | 182.13 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 196 | 0.49 | 0.58 | 0 | 0.23 | 248.95 | 0.49 | 0.55 |
| Hex | 63 | 52 | C4 | 31 | 3A | 0 | 17 | F9 | 31 | 37 |
| Octal | 143 | 122 | 304 | 61 | 72 | 0 | 27 | 371 | 61 | 67 |
| Binary | 1100011 | 1010010 | 11000100 | 110001 | 111010 | 0 | 10111 | 11111001 | 110001 | 110111 |
Color Harmonies of #6352C4
Complementary color
Monochromatic Colors of #6352C4
Black with #6352C4
Text Example
Text Example
White with #6352C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6352C4; }
p { color: rgb(99,82,196); }
H1.HeaderClassName
{
color: #6352C4;
}
.AnyTagClassName
{
color: #6352C4;
}
</style>
background-color css
<style>
a { background-color: #6352C4; }
a { background-color: rgb(99,82,196); }
div.DivClassName
{
background-color: #6352C4;
}
.BgClassName
{
background-color: #6352C4;
}
</style>
border-color css
<style>
span { border-color: #6352C4; }
span { border-color: rgb(99,82,196); }
td.TdClassName
{
border-color: #6352C4;
}
.TagClassName
{
border-color: #6352C4;
}
</style>