Shades of Slate Blue #6353CE
Tints of Slate Blue #6353CE
RGB
CMYK
RGB Variations
Color information
#6353CE (or 0x6353CE) is known color: Slate Blue. HEX triplet: 63, 53 and CE. RGB value is (99,83,206). Sum of RGB (Red+Green+Blue) = 99+83+206=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #6353CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6353CE is #9CAC31. Grayscale: #656565. Windows color (decimal): -10267698 or 13521763. OLE color: 13521763.
HSL color Cylindrical-coordinate representation of color #6353CE: hue angle of 247.8º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6353CE is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 83 | 206 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.19 |
| HSL | 247.8º | 0.56% | 0.57% | - |
| HSV(B) | 247.8º | 0.6% | 0.81% | - |
| XYZ | 19.38 | 13.3 | 59.94 | - |
| YUV | 101.81 | 186.8 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 206 | 0.52 | 0.60 | 0 | 0.19 | 247.8 | 0.56 | 0.57 |
| Hex | 63 | 53 | CE | 34 | 3C | 0 | 13 | F8 | 38 | 39 |
| Octal | 143 | 123 | 316 | 64 | 74 | 0 | 23 | 370 | 70 | 71 |
| Binary | 1100011 | 1010011 | 11001110 | 110100 | 111100 | 0 | 10011 | 11111000 | 111000 | 111001 |
Color Harmonies of #6353CE
Complementary color
Monochromatic Colors of #6353CE
Black with #6353CE
Text Example
Text Example
White with #6353CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6353CE; }
p { color: rgb(99,83,206); }
H1.HeaderClassName
{
color: #6353CE;
}
.AnyTagClassName
{
color: #6353CE;
}
</style>
background-color css
<style>
a { background-color: #6353CE; }
a { background-color: rgb(99,83,206); }
div.DivClassName
{
background-color: #6353CE;
}
.BgClassName
{
background-color: #6353CE;
}
</style>
border-color css
<style>
span { border-color: #6353CE; }
span { border-color: rgb(99,83,206); }
td.TdClassName
{
border-color: #6353CE;
}
.TagClassName
{
border-color: #6353CE;
}
</style>