Shades of Slate Blue #6356CA
Tints of Slate Blue #6356CA
RGB
CMYK
RGB Variations
Color information
#6356CA (or 0x6356CA) is known color: Slate Blue. HEX triplet: 63, 56 and CA. RGB value is (99,86,202). Sum of RGB (Red+Green+Blue) = 99+86+202=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #6356CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6356CA is #9CA935. Grayscale: #666666. Windows color (decimal): -10266934 or 13260387. OLE color: 13260387.
HSL color Cylindrical-coordinate representation of color #6356CA: hue angle of 246.72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6356CA is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 86 | 202 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.21 |
| HSL | 246.72º | 0.52% | 0.56% | - |
| HSV(B) | 246.72º | 0.57% | 0.79% | - |
| XYZ | 19.13 | 13.57 | 57.49 | - |
| YUV | 103.11 | 183.81 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 202 | 0.51 | 0.57 | 0 | 0.21 | 246.72 | 0.52 | 0.56 |
| Hex | 63 | 56 | CA | 33 | 39 | 0 | 15 | F7 | 34 | 38 |
| Octal | 143 | 126 | 312 | 63 | 71 | 0 | 25 | 367 | 64 | 70 |
| Binary | 1100011 | 1010110 | 11001010 | 110011 | 111001 | 0 | 10101 | 11110111 | 110100 | 111000 |
Color Harmonies of #6356CA
Complementary color
Monochromatic Colors of #6356CA
Black with #6356CA
Text Example
Text Example
White with #6356CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6356CA; }
p { color: rgb(99,86,202); }
H1.HeaderClassName
{
color: #6356CA;
}
.AnyTagClassName
{
color: #6356CA;
}
</style>
background-color css
<style>
a { background-color: #6356CA; }
a { background-color: rgb(99,86,202); }
div.DivClassName
{
background-color: #6356CA;
}
.BgClassName
{
background-color: #6356CA;
}
</style>
border-color css
<style>
span { border-color: #6356CA; }
span { border-color: rgb(99,86,202); }
td.TdClassName
{
border-color: #6356CA;
}
.TagClassName
{
border-color: #6356CA;
}
</style>