Shades of Slate Blue #6156CA
Tints of Slate Blue #6156CA
RGB
CMYK
RGB Variations
Color information
#6156CA (or 0x6156CA) is known color: Slate Blue. HEX triplet: 61, 56 and CA. RGB value is (97,86,202). Sum of RGB (Red+Green+Blue) = 97+86+202=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #6156CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6156CA is #9EA935. Grayscale: #666666. Windows color (decimal): -10398006 or 13260385. OLE color: 13260385.
HSL color Cylindrical-coordinate representation of color #6156CA: hue angle of 245.69º 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 #6156CA is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 86 | 202 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.21 |
| HSL | 245.69º | 0.52% | 0.56% | - |
| HSV(B) | 245.69º | 0.57% | 0.79% | - |
| XYZ | 18.92 | 13.46 | 57.48 | - |
| YUV | 102.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 202 | 0.52 | 0.57 | 0 | 0.21 | 245.69 | 0.52 | 0.56 |
| Hex | 61 | 56 | CA | 34 | 39 | 0 | 15 | F6 | 34 | 38 |
| Octal | 141 | 126 | 312 | 64 | 71 | 0 | 25 | 366 | 64 | 70 |
| Binary | 1100001 | 1010110 | 11001010 | 110100 | 111001 | 0 | 10101 | 11110110 | 110100 | 111000 |
Color Harmonies of #6156CA
Complementary color
Monochromatic Colors of #6156CA
Black with #6156CA
Text Example
Text Example
White with #6156CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6156CA; }
p { color: rgb(97,86,202); }
H1.HeaderClassName
{
color: #6156CA;
}
.AnyTagClassName
{
color: #6156CA;
}
</style>
background-color css
<style>
a { background-color: #6156CA; }
a { background-color: rgb(97,86,202); }
div.DivClassName
{
background-color: #6156CA;
}
.BgClassName
{
background-color: #6156CA;
}
</style>
border-color css
<style>
span { border-color: #6156CA; }
span { border-color: rgb(97,86,202); }
td.TdClassName
{
border-color: #6156CA;
}
.TagClassName
{
border-color: #6156CA;
}
</style>