Shades of Slate Blue #6357CA
Tints of Slate Blue #6357CA
RGB
CMYK
RGB Variations
Color information
#6357CA (or 0x6357CA) is known color: Slate Blue. HEX triplet: 63, 57 and CA. RGB value is (99,87,202). Sum of RGB (Red+Green+Blue) = 99+87+202=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #6357CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6357CA is #9CA835. Grayscale: #676767. Windows color (decimal): -10266678 or 13260643. OLE color: 13260643.
HSL color Cylindrical-coordinate representation of color #6357CA: hue angle of 246.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6357CA is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 87 | 202 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.21 |
| HSL | 246.26º | 0.52% | 0.57% | - |
| HSV(B) | 246.26º | 0.57% | 0.79% | - |
| XYZ | 19.21 | 13.73 | 57.52 | - |
| YUV | 103.7 | 183.48 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 202 | 0.51 | 0.57 | 0 | 0.21 | 246.26 | 0.52 | 0.57 |
| Hex | 63 | 57 | CA | 33 | 39 | 0 | 15 | F6 | 34 | 39 |
| Octal | 143 | 127 | 312 | 63 | 71 | 0 | 25 | 366 | 64 | 71 |
| Binary | 1100011 | 1010111 | 11001010 | 110011 | 111001 | 0 | 10101 | 11110110 | 110100 | 111001 |
Color Harmonies of #6357CA
Complementary color
Monochromatic Colors of #6357CA
Black with #6357CA
Text Example
Text Example
White with #6357CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6357CA; }
p { color: rgb(99,87,202); }
H1.HeaderClassName
{
color: #6357CA;
}
.AnyTagClassName
{
color: #6357CA;
}
</style>
background-color css
<style>
a { background-color: #6357CA; }
a { background-color: rgb(99,87,202); }
div.DivClassName
{
background-color: #6357CA;
}
.BgClassName
{
background-color: #6357CA;
}
</style>
border-color css
<style>
span { border-color: #6357CA; }
span { border-color: rgb(99,87,202); }
td.TdClassName
{
border-color: #6357CA;
}
.TagClassName
{
border-color: #6357CA;
}
</style>