Shades of Slate Blue #6051C4
Tints of Slate Blue #6051C4
RGB
CMYK
RGB Variations
Color information
#6051C4 (or 0x6051C4) is known color: Slate Blue. HEX triplet: 60, 51 and C4. RGB value is (96,81,196). Sum of RGB (Red+Green+Blue) = 96+81+196=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 196 (76.95% from 255 or 52.55% from 373); Max value from RGB is 196 - color contains mainly: blue. Hex color #6051C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6051C4 is #9FAE3B. Grayscale: #626262. Windows color (decimal): -10464828 or 12865888. OLE color: 12865888.
HSL color Cylindrical-coordinate representation of color #6051C4: hue angle of 247.83º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6051C4 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 81 | 196 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.23 |
| HSL | 247.83º | 0.49% | 0.54% | - |
| HSV(B) | 247.83º | 0.59% | 0.77% | - |
| XYZ | 17.73 | 12.36 | 53.68 | - |
| YUV | 98.6 | 182.97 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 196 | 0.51 | 0.59 | 0 | 0.23 | 247.83 | 0.49 | 0.54 |
| Hex | 60 | 51 | C4 | 33 | 3B | 0 | 17 | F8 | 31 | 36 |
| Octal | 140 | 121 | 304 | 63 | 73 | 0 | 27 | 370 | 61 | 66 |
| Binary | 1100000 | 1010001 | 11000100 | 110011 | 111011 | 0 | 10111 | 11111000 | 110001 | 110110 |
Color Harmonies of #6051C4
Complementary color
Monochromatic Colors of #6051C4
Black with #6051C4
Text Example
Text Example
White with #6051C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6051C4; }
p { color: rgb(96,81,196); }
H1.HeaderClassName
{
color: #6051C4;
}
.AnyTagClassName
{
color: #6051C4;
}
</style>
background-color css
<style>
a { background-color: #6051C4; }
a { background-color: rgb(96,81,196); }
div.DivClassName
{
background-color: #6051C4;
}
.BgClassName
{
background-color: #6051C4;
}
</style>
border-color css
<style>
span { border-color: #6051C4; }
span { border-color: rgb(96,81,196); }
td.TdClassName
{
border-color: #6051C4;
}
.TagClassName
{
border-color: #6051C4;
}
</style>