Shades of Slate Blue #6054C4
Tints of Slate Blue #6054C4
RGB
CMYK
RGB Variations
Color information
#6054C4 (or 0x6054C4) is known color: Slate Blue. HEX triplet: 60, 54 and C4. RGB value is (96,84,196). Sum of RGB (Red+Green+Blue) = 96+84+196=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #6054C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6054C4 is #9FAB3B. Grayscale: #636363. Windows color (decimal): -10464060 or 12866656. OLE color: 12866656.
HSL color Cylindrical-coordinate representation of color #6054C4: hue angle of 246.43º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6054C4 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 84 | 196 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.23 |
| HSL | 246.43º | 0.49% | 0.55% | - |
| HSV(B) | 246.43º | 0.57% | 0.77% | - |
| XYZ | 17.96 | 12.81 | 53.75 | - |
| YUV | 100.36 | 181.98 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 196 | 0.51 | 0.57 | 0 | 0.23 | 246.43 | 0.49 | 0.55 |
| Hex | 60 | 54 | C4 | 33 | 39 | 0 | 17 | F6 | 31 | 37 |
| Octal | 140 | 124 | 304 | 63 | 71 | 0 | 27 | 366 | 61 | 67 |
| Binary | 1100000 | 1010100 | 11000100 | 110011 | 111001 | 0 | 10111 | 11110110 | 110001 | 110111 |
Color Harmonies of #6054C4
Complementary color
Monochromatic Colors of #6054C4
Black with #6054C4
Text Example
Text Example
White with #6054C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6054C4; }
p { color: rgb(96,84,196); }
H1.HeaderClassName
{
color: #6054C4;
}
.AnyTagClassName
{
color: #6054C4;
}
</style>
background-color css
<style>
a { background-color: #6054C4; }
a { background-color: rgb(96,84,196); }
div.DivClassName
{
background-color: #6054C4;
}
.BgClassName
{
background-color: #6054C4;
}
</style>
border-color css
<style>
span { border-color: #6054C4; }
span { border-color: rgb(96,84,196); }
td.TdClassName
{
border-color: #6054C4;
}
.TagClassName
{
border-color: #6054C4;
}
</style>