Shades of Slate Blue #6352DF
Tints of Slate Blue #6352DF
RGB
CMYK
RGB Variations
Color information
#6352DF (or 0x6352DF) is known color: Slate Blue. HEX triplet: 63, 52 and DF. RGB value is (99,82,223). Sum of RGB (Red+Green+Blue) = 99+82+223=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #6352DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6352DF is #9CAD20. Grayscale: #666666. Windows color (decimal): -10267937 or 14635619. OLE color: 14635619.
HSL color Cylindrical-coordinate representation of color #6352DF: hue angle of 247.23º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6352DF is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 82 | 223 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.13 |
| HSL | 247.23º | 0.69% | 0.6% | - |
| HSV(B) | 247.23º | 0.63% | 0.87% | - |
| XYZ | 21.48 | 14.01 | 71.38 | - |
| YUV | 103.16 | 195.63 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 223 | 0.56 | 0.63 | 0 | 0.13 | 247.23 | 0.69 | 0.6 |
| Hex | 63 | 52 | DF | 38 | 3F | 0 | D | F7 | 45 | 3C |
| Octal | 143 | 122 | 337 | 70 | 77 | 0 | 15 | 367 | 105 | 74 |
| Binary | 1100011 | 1010010 | 11011111 | 111000 | 111111 | 0 | 1101 | 11110111 | 1000101 | 111100 |
Color Harmonies of #6352DF
Complementary color
Monochromatic Colors of #6352DF
Black with #6352DF
Text Example
Text Example
White with #6352DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6352DF; }
p { color: rgb(99,82,223); }
H1.HeaderClassName
{
color: #6352DF;
}
.AnyTagClassName
{
color: #6352DF;
}
</style>
background-color css
<style>
a { background-color: #6352DF; }
a { background-color: rgb(99,82,223); }
div.DivClassName
{
background-color: #6352DF;
}
.BgClassName
{
background-color: #6352DF;
}
</style>
border-color css
<style>
span { border-color: #6352DF; }
span { border-color: rgb(99,82,223); }
td.TdClassName
{
border-color: #6352DF;
}
.TagClassName
{
border-color: #6352DF;
}
</style>