Shades of Slate Blue #6153CA
Tints of Slate Blue #6153CA
RGB
CMYK
RGB Variations
Color information
#6153CA (or 0x6153CA) is known color: Slate Blue. HEX triplet: 61, 53 and CA. RGB value is (97,83,202). Sum of RGB (Red+Green+Blue) = 97+83+202=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #6153CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153CA is #9EAC35. Grayscale: #646464. Windows color (decimal): -10398774 or 13259617. OLE color: 13259617.
HSL color Cylindrical-coordinate representation of color #6153CA: hue angle of 247.06º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6153CA is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 83 | 202 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.21 |
| HSL | 247.06º | 0.53% | 0.56% | - |
| HSV(B) | 247.06º | 0.59% | 0.79% | - |
| XYZ | 18.68 | 12.99 | 57.4 | - |
| YUV | 100.75 | 185.14 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 202 | 0.52 | 0.59 | 0 | 0.21 | 247.06 | 0.53 | 0.56 |
| Hex | 61 | 53 | CA | 34 | 3B | 0 | 15 | F7 | 35 | 38 |
| Octal | 141 | 123 | 312 | 64 | 73 | 0 | 25 | 367 | 65 | 70 |
| Binary | 1100001 | 1010011 | 11001010 | 110100 | 111011 | 0 | 10101 | 11110111 | 110101 | 111000 |
Color Harmonies of #6153CA
Complementary color
Monochromatic Colors of #6153CA
Black with #6153CA
Text Example
Text Example
White with #6153CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6153CA; }
p { color: rgb(97,83,202); }
H1.HeaderClassName
{
color: #6153CA;
}
.AnyTagClassName
{
color: #6153CA;
}
</style>
background-color css
<style>
a { background-color: #6153CA; }
a { background-color: rgb(97,83,202); }
div.DivClassName
{
background-color: #6153CA;
}
.BgClassName
{
background-color: #6153CA;
}
</style>
border-color css
<style>
span { border-color: #6153CA; }
span { border-color: rgb(97,83,202); }
td.TdClassName
{
border-color: #6153CA;
}
.TagClassName
{
border-color: #6153CA;
}
</style>