Shades of Slate Blue #6054C8
Tints of Slate Blue #6054C8
RGB
CMYK
RGB Variations
Color information
#6054C8 (or 0x6054C8) is known color: Slate Blue. HEX triplet: 60, 54 and C8. RGB value is (96,84,200). Sum of RGB (Red+Green+Blue) = 96+84+200=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #6054C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6054C8 is #9FAB37. Grayscale: #646464. Windows color (decimal): -10464056 or 13128800. OLE color: 13128800.
HSL color Cylindrical-coordinate representation of color #6054C8: hue angle of 246.21º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6054C8 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 84 | 200 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.22 |
| HSL | 246.21º | 0.51% | 0.56% | - |
| HSV(B) | 246.21º | 0.58% | 0.78% | - |
| XYZ | 18.42 | 13 | 56.18 | - |
| YUV | 100.81 | 183.98 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 200 | 0.52 | 0.58 | 0 | 0.22 | 246.21 | 0.51 | 0.56 |
| Hex | 60 | 54 | C8 | 34 | 3A | 0 | 16 | F6 | 33 | 38 |
| Octal | 140 | 124 | 310 | 64 | 72 | 0 | 26 | 366 | 63 | 70 |
| Binary | 1100000 | 1010100 | 11001000 | 110100 | 111010 | 0 | 10110 | 11110110 | 110011 | 111000 |
Color Harmonies of #6054C8
Complementary color
Monochromatic Colors of #6054C8
Black with #6054C8
Text Example
Text Example
White with #6054C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6054C8; }
p { color: rgb(96,84,200); }
H1.HeaderClassName
{
color: #6054C8;
}
.AnyTagClassName
{
color: #6054C8;
}
</style>
background-color css
<style>
a { background-color: #6054C8; }
a { background-color: rgb(96,84,200); }
div.DivClassName
{
background-color: #6054C8;
}
.BgClassName
{
background-color: #6054C8;
}
</style>
border-color css
<style>
span { border-color: #6054C8; }
span { border-color: rgb(96,84,200); }
td.TdClassName
{
border-color: #6054C8;
}
.TagClassName
{
border-color: #6054C8;
}
</style>