Shades of Slate Blue #6155CE
Tints of Slate Blue #6155CE
RGB
CMYK
RGB Variations
Color information
#6155CE (or 0x6155CE) is known color: Slate Blue. HEX triplet: 61, 55 and CE. RGB value is (97,85,206). Sum of RGB (Red+Green+Blue) = 97+85+206=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #6155CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155CE is #9EAA31. Grayscale: #656565. Windows color (decimal): -10398258 or 13522273. OLE color: 13522273.
HSL color Cylindrical-coordinate representation of color #6155CE: hue angle of 245.95º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6155CE is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 85 | 206 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.19 |
| HSL | 245.95º | 0.55% | 0.57% | - |
| HSV(B) | 245.95º | 0.59% | 0.81% | - |
| XYZ | 19.32 | 13.49 | 59.98 | - |
| YUV | 102.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 206 | 0.53 | 0.59 | 0 | 0.19 | 245.95 | 0.55 | 0.57 |
| Hex | 61 | 55 | CE | 35 | 3B | 0 | 13 | F6 | 37 | 39 |
| Octal | 141 | 125 | 316 | 65 | 73 | 0 | 23 | 366 | 67 | 71 |
| Binary | 1100001 | 1010101 | 11001110 | 110101 | 111011 | 0 | 10011 | 11110110 | 110111 | 111001 |
Color Harmonies of #6155CE
Complementary color
Monochromatic Colors of #6155CE
Black with #6155CE
Text Example
Text Example
White with #6155CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6155CE; }
p { color: rgb(97,85,206); }
H1.HeaderClassName
{
color: #6155CE;
}
.AnyTagClassName
{
color: #6155CE;
}
</style>
background-color css
<style>
a { background-color: #6155CE; }
a { background-color: rgb(97,85,206); }
div.DivClassName
{
background-color: #6155CE;
}
.BgClassName
{
background-color: #6155CE;
}
</style>
border-color css
<style>
span { border-color: #6155CE; }
span { border-color: rgb(97,85,206); }
td.TdClassName
{
border-color: #6155CE;
}
.TagClassName
{
border-color: #6155CE;
}
</style>