Shades of Slate Blue #6054DA
Tints of Slate Blue #6054DA
RGB
CMYK
RGB Variations
Color information
#6054DA (or 0x6054DA) is known color: Slate Blue. HEX triplet: 60, 54 and DA. RGB value is (96,84,218). Sum of RGB (Red+Green+Blue) = 96+84+218=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #6054DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6054DA is #9FAB25. Grayscale: #666666. Windows color (decimal): -10464038 or 14308448. OLE color: 14308448.
HSL color Cylindrical-coordinate representation of color #6054DA: hue angle of 245.37º 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 #6054DA is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 84 | 218 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.15 |
| HSL | 245.37º | 0.64% | 0.59% | - |
| HSV(B) | 245.37º | 0.61% | 0.85% | - |
| XYZ | 20.65 | 13.89 | 67.92 | - |
| YUV | 102.86 | 192.98 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 218 | 0.56 | 0.61 | 0 | 0.15 | 245.37 | 0.64 | 0.59 |
| Hex | 60 | 54 | DA | 38 | 3D | 0 | F | F5 | 40 | 3B |
| Octal | 140 | 124 | 332 | 70 | 75 | 0 | 17 | 365 | 100 | 73 |
| Binary | 1100000 | 1010100 | 11011010 | 111000 | 111101 | 0 | 1111 | 11110101 | 1000000 | 111011 |
Color Harmonies of #6054DA
Complementary color
Monochromatic Colors of #6054DA
Black with #6054DA
Text Example
Text Example
White with #6054DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6054DA; }
p { color: rgb(96,84,218); }
H1.HeaderClassName
{
color: #6054DA;
}
.AnyTagClassName
{
color: #6054DA;
}
</style>
background-color css
<style>
a { background-color: #6054DA; }
a { background-color: rgb(96,84,218); }
div.DivClassName
{
background-color: #6054DA;
}
.BgClassName
{
background-color: #6054DA;
}
</style>
border-color css
<style>
span { border-color: #6054DA; }
span { border-color: rgb(96,84,218); }
td.TdClassName
{
border-color: #6054DA;
}
.TagClassName
{
border-color: #6054DA;
}
</style>