Shades of Slate Blue #6154DC
Tints of Slate Blue #6154DC
RGB
CMYK
RGB Variations
Color information
#6154DC (or 0x6154DC) is known color: Slate Blue. HEX triplet: 61, 54 and DC. RGB value is (97,84,220). Sum of RGB (Red+Green+Blue) = 97+84+220=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #6154DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6154DC is #9EAB23. Grayscale: #666666. Windows color (decimal): -10398500 or 14439521. OLE color: 14439521.
HSL color Cylindrical-coordinate representation of color #6154DC: hue angle of 245.74º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6154DC is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 84 | 220 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.14 |
| HSL | 245.74º | 0.66% | 0.6% | - |
| HSV(B) | 245.74º | 0.62% | 0.86% | - |
| XYZ | 21.02 | 14.05 | 69.31 | - |
| YUV | 103.39 | 193.81 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 220 | 0.56 | 0.62 | 0 | 0.14 | 245.74 | 0.66 | 0.6 |
| Hex | 61 | 54 | DC | 38 | 3E | 0 | E | F6 | 42 | 3C |
| Octal | 141 | 124 | 334 | 70 | 76 | 0 | 16 | 366 | 102 | 74 |
| Binary | 1100001 | 1010100 | 11011100 | 111000 | 111110 | 0 | 1110 | 11110110 | 1000010 | 111100 |
Color Harmonies of #6154DC
Complementary color
Monochromatic Colors of #6154DC
Black with #6154DC
Text Example
Text Example
White with #6154DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6154DC; }
p { color: rgb(97,84,220); }
H1.HeaderClassName
{
color: #6154DC;
}
.AnyTagClassName
{
color: #6154DC;
}
</style>
background-color css
<style>
a { background-color: #6154DC; }
a { background-color: rgb(97,84,220); }
div.DivClassName
{
background-color: #6154DC;
}
.BgClassName
{
background-color: #6154DC;
}
</style>
border-color css
<style>
span { border-color: #6154DC; }
span { border-color: rgb(97,84,220); }
td.TdClassName
{
border-color: #6154DC;
}
.TagClassName
{
border-color: #6154DC;
}
</style>