Shades of Slate Blue #6155DA
Tints of Slate Blue #6155DA
RGB
CMYK
RGB Variations
Color information
#6155DA (or 0x6155DA) is known color: Slate Blue. HEX triplet: 61, 55 and DA. RGB value is (97,85,218). Sum of RGB (Red+Green+Blue) = 97+85+218=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #6155DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155DA is #9EAA25. Grayscale: #676767. Windows color (decimal): -10398246 or 14308705. OLE color: 14308705.
HSL color Cylindrical-coordinate representation of color #6155DA: hue angle of 245.41º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6155DA is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 85 | 218 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.15 |
| HSL | 245.41º | 0.64% | 0.59% | - |
| HSV(B) | 245.41º | 0.61% | 0.85% | - |
| XYZ | 20.83 | 14.1 | 67.95 | - |
| YUV | 103.75 | 192.48 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 218 | 0.56 | 0.61 | 0 | 0.15 | 245.41 | 0.64 | 0.59 |
| Hex | 61 | 55 | DA | 38 | 3D | 0 | F | F5 | 40 | 3B |
| Octal | 141 | 125 | 332 | 70 | 75 | 0 | 17 | 365 | 100 | 73 |
| Binary | 1100001 | 1010101 | 11011010 | 111000 | 111101 | 0 | 1111 | 11110101 | 1000000 | 111011 |
Color Harmonies of #6155DA
Complementary color
Monochromatic Colors of #6155DA
Black with #6155DA
Text Example
Text Example
White with #6155DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6155DA; }
p { color: rgb(97,85,218); }
H1.HeaderClassName
{
color: #6155DA;
}
.AnyTagClassName
{
color: #6155DA;
}
</style>
background-color css
<style>
a { background-color: #6155DA; }
a { background-color: rgb(97,85,218); }
div.DivClassName
{
background-color: #6155DA;
}
.BgClassName
{
background-color: #6155DA;
}
</style>
border-color css
<style>
span { border-color: #6155DA; }
span { border-color: rgb(97,85,218); }
td.TdClassName
{
border-color: #6155DA;
}
.TagClassName
{
border-color: #6155DA;
}
</style>