Shades of Slate Blue #6353CC
Tints of Slate Blue #6353CC
RGB
CMYK
RGB Variations
Color information
#6353CC (or 0x6353CC) is known color: Slate Blue. HEX triplet: 63, 53 and CC. RGB value is (99,83,204). Sum of RGB (Red+Green+Blue) = 99+83+204=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #6353CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6353CC is #9CAC33. Grayscale: #656565. Windows color (decimal): -10267700 or 13390691. OLE color: 13390691.
HSL color Cylindrical-coordinate representation of color #6353CC: hue angle of 247.93º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6353CC is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 83 | 204 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.2 |
| HSL | 247.93º | 0.54% | 0.56% | - |
| HSV(B) | 247.93º | 0.59% | 0.8% | - |
| XYZ | 19.14 | 13.2 | 58.67 | - |
| YUV | 101.58 | 185.8 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 204 | 0.51 | 0.59 | 0 | 0.2 | 247.93 | 0.54 | 0.56 |
| Hex | 63 | 53 | CC | 33 | 3B | 0 | 14 | F8 | 36 | 38 |
| Octal | 143 | 123 | 314 | 63 | 73 | 0 | 24 | 370 | 66 | 70 |
| Binary | 1100011 | 1010011 | 11001100 | 110011 | 111011 | 0 | 10100 | 11111000 | 110110 | 111000 |
Color Harmonies of #6353CC
Complementary color
Monochromatic Colors of #6353CC
Black with #6353CC
Text Example
Text Example
White with #6353CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6353CC; }
p { color: rgb(99,83,204); }
H1.HeaderClassName
{
color: #6353CC;
}
.AnyTagClassName
{
color: #6353CC;
}
</style>
background-color css
<style>
a { background-color: #6353CC; }
a { background-color: rgb(99,83,204); }
div.DivClassName
{
background-color: #6353CC;
}
.BgClassName
{
background-color: #6353CC;
}
</style>
border-color css
<style>
span { border-color: #6353CC; }
span { border-color: rgb(99,83,204); }
td.TdClassName
{
border-color: #6353CC;
}
.TagClassName
{
border-color: #6353CC;
}
</style>