Shades of Slate Blue #6057BF
Tints of Slate Blue #6057BF
RGB
CMYK
RGB Variations
Color information
#6057BF (or 0x6057BF) is known color: Slate Blue. HEX triplet: 60, 57 and BF. RGB value is (96,87,191). Sum of RGB (Red+Green+Blue) = 96+87+191=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #6057BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057BF is #9FA840. Grayscale: #656565. Windows color (decimal): -10463297 or 12539744. OLE color: 12539744.
HSL color Cylindrical-coordinate representation of color #6057BF: hue angle of 245.19º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6057BF is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 87 | 191 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.25 |
| HSL | 245.19º | 0.45% | 0.55% | - |
| HSV(B) | 245.19º | 0.54% | 0.75% | - |
| XYZ | 17.64 | 13.06 | 50.88 | - |
| YUV | 101.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 191 | 0.50 | 0.54 | 0 | 0.25 | 245.19 | 0.45 | 0.55 |
| Hex | 60 | 57 | BF | 32 | 36 | 0 | 19 | F5 | 2D | 37 |
| Octal | 140 | 127 | 277 | 62 | 66 | 0 | 31 | 365 | 55 | 67 |
| Binary | 1100000 | 1010111 | 10111111 | 110010 | 110110 | 0 | 11001 | 11110101 | 101101 | 110111 |
Color Harmonies of #6057BF
Complementary color
Monochromatic Colors of #6057BF
Black with #6057BF
Text Example
Text Example
White with #6057BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6057BF; }
p { color: rgb(96,87,191); }
H1.HeaderClassName
{
color: #6057BF;
}
.AnyTagClassName
{
color: #6057BF;
}
</style>
background-color css
<style>
a { background-color: #6057BF; }
a { background-color: rgb(96,87,191); }
div.DivClassName
{
background-color: #6057BF;
}
.BgClassName
{
background-color: #6057BF;
}
</style>
border-color css
<style>
span { border-color: #6057BF; }
span { border-color: rgb(96,87,191); }
td.TdClassName
{
border-color: #6057BF;
}
.TagClassName
{
border-color: #6057BF;
}
</style>