Shades of Slate Blue #6155DC
Tints of Slate Blue #6155DC
RGB
CMYK
RGB Variations
Color information
#6155DC (or 0x6155DC) is known color: Slate Blue. HEX triplet: 61, 55 and DC. RGB value is (97,85,220). Sum of RGB (Red+Green+Blue) = 97+85+220=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #6155DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155DC is #9EAA23. Grayscale: #676767. Windows color (decimal): -10398244 or 14439777. OLE color: 14439777.
HSL color Cylindrical-coordinate representation of color #6155DC: hue angle of 245.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6155DC is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 85 | 220 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.14 |
| HSL | 245.33º | 0.66% | 0.6% | - |
| HSV(B) | 245.33º | 0.61% | 0.86% | - |
| XYZ | 21.1 | 14.21 | 69.34 | - |
| YUV | 103.98 | 193.48 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 220 | 0.56 | 0.61 | 0 | 0.14 | 245.33 | 0.66 | 0.6 |
| Hex | 61 | 55 | DC | 38 | 3D | 0 | E | F5 | 42 | 3C |
| Octal | 141 | 125 | 334 | 70 | 75 | 0 | 16 | 365 | 102 | 74 |
| Binary | 1100001 | 1010101 | 11011100 | 111000 | 111101 | 0 | 1110 | 11110101 | 1000010 | 111100 |
Color Harmonies of #6155DC
Complementary color
Monochromatic Colors of #6155DC
Black with #6155DC
Text Example
Text Example
White with #6155DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6155DC; }
p { color: rgb(97,85,220); }
H1.HeaderClassName
{
color: #6155DC;
}
.AnyTagClassName
{
color: #6155DC;
}
</style>
background-color css
<style>
a { background-color: #6155DC; }
a { background-color: rgb(97,85,220); }
div.DivClassName
{
background-color: #6155DC;
}
.BgClassName
{
background-color: #6155DC;
}
</style>
border-color css
<style>
span { border-color: #6155DC; }
span { border-color: rgb(97,85,220); }
td.TdClassName
{
border-color: #6155DC;
}
.TagClassName
{
border-color: #6155DC;
}
</style>