Shades of Slate Blue #6059BF
Tints of Slate Blue #6059BF
RGB
CMYK
RGB Variations
Color information
#6059BF (or 0x6059BF) is known color: Slate Blue. HEX triplet: 60, 59 and BF. RGB value is (96,89,191). Sum of RGB (Red+Green+Blue) = 96+89+191=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #6059BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6059BF is #9FA640. Grayscale: #666666. Windows color (decimal): -10462785 or 12540256. OLE color: 12540256.
HSL color Cylindrical-coordinate representation of color #6059BF: hue angle of 244.12º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6059BF is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 89 | 191 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.25 |
| HSL | 244.12º | 0.44% | 0.55% | - |
| HSV(B) | 244.12º | 0.53% | 0.75% | - |
| XYZ | 17.8 | 13.39 | 50.94 | - |
| YUV | 102.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 191 | 0.50 | 0.53 | 0 | 0.25 | 244.12 | 0.44 | 0.55 |
| Hex | 60 | 59 | BF | 32 | 35 | 0 | 19 | F4 | 2C | 37 |
| Octal | 140 | 131 | 277 | 62 | 65 | 0 | 31 | 364 | 54 | 67 |
| Binary | 1100000 | 1011001 | 10111111 | 110010 | 110101 | 0 | 11001 | 11110100 | 101100 | 110111 |
Color Harmonies of #6059BF
Complementary color
Monochromatic Colors of #6059BF
Black with #6059BF
Text Example
Text Example
White with #6059BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6059BF; }
p { color: rgb(96,89,191); }
H1.HeaderClassName
{
color: #6059BF;
}
.AnyTagClassName
{
color: #6059BF;
}
</style>
background-color css
<style>
a { background-color: #6059BF; }
a { background-color: rgb(96,89,191); }
div.DivClassName
{
background-color: #6059BF;
}
.BgClassName
{
background-color: #6059BF;
}
</style>
border-color css
<style>
span { border-color: #6059BF; }
span { border-color: rgb(96,89,191); }
td.TdClassName
{
border-color: #6059BF;
}
.TagClassName
{
border-color: #6059BF;
}
</style>