Shades of Slate Blue #6154CA
Tints of Slate Blue #6154CA
RGB
CMYK
RGB Variations
Color information
#6154CA (or 0x6154CA) is known color: Slate Blue. HEX triplet: 61, 54 and CA. RGB value is (97,84,202). Sum of RGB (Red+Green+Blue) = 97+84+202=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #6154CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6154CA is #9EAB35. Grayscale: #646464. Windows color (decimal): -10398518 or 13259873. OLE color: 13259873.
HSL color Cylindrical-coordinate representation of color #6154CA: hue angle of 246.61º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6154CA is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 84 | 202 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.21 |
| HSL | 246.61º | 0.53% | 0.56% | - |
| HSV(B) | 246.61º | 0.58% | 0.79% | - |
| XYZ | 18.76 | 13.15 | 57.43 | - |
| YUV | 101.34 | 184.81 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 202 | 0.52 | 0.58 | 0 | 0.21 | 246.61 | 0.53 | 0.56 |
| Hex | 61 | 54 | CA | 34 | 3A | 0 | 15 | F7 | 35 | 38 |
| Octal | 141 | 124 | 312 | 64 | 72 | 0 | 25 | 367 | 65 | 70 |
| Binary | 1100001 | 1010100 | 11001010 | 110100 | 111010 | 0 | 10101 | 11110111 | 110101 | 111000 |
Color Harmonies of #6154CA
Complementary color
Monochromatic Colors of #6154CA
Black with #6154CA
Text Example
Text Example
White with #6154CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6154CA; }
p { color: rgb(97,84,202); }
H1.HeaderClassName
{
color: #6154CA;
}
.AnyTagClassName
{
color: #6154CA;
}
</style>
background-color css
<style>
a { background-color: #6154CA; }
a { background-color: rgb(97,84,202); }
div.DivClassName
{
background-color: #6154CA;
}
.BgClassName
{
background-color: #6154CA;
}
</style>
border-color css
<style>
span { border-color: #6154CA; }
span { border-color: rgb(97,84,202); }
td.TdClassName
{
border-color: #6154CA;
}
.TagClassName
{
border-color: #6154CA;
}
</style>