Shades of Shakespeare #6090B5
Tints of Shakespeare #6090B5
RGB
CMYK
RGB Variations
Color information
#6090B5 (or 0x6090B5) is known color: Shakespeare. HEX triplet: 60, 90 and B5. RGB value is (96,144,181). Sum of RGB (Red+Green+Blue) = 96+144+181=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 181 - color contains mainly: blue. Hex color #6090B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6090B5 is #9F6F4A. Grayscale: #858585. Windows color (decimal): -10448715 or 11898976. OLE color: 11898976.
HSL color Cylindrical-coordinate representation of color #6090B5: hue angle of 206.12º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6090B5 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 144 | 181 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.29 |
| HSL | 206.12º | 0.36% | 0.54% | - |
| HSV(B) | 206.12º | 0.47% | 0.71% | - |
| XYZ | 23.14 | 25.77 | 47.47 | - |
| YUV | 133.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 181 | 0.47 | 0.20 | 0 | 0.29 | 206.12 | 0.36 | 0.54 |
| Hex | 60 | 90 | B5 | 2F | 14 | 0 | 1D | CE | 24 | 36 |
| Octal | 140 | 220 | 265 | 57 | 24 | 0 | 35 | 316 | 44 | 66 |
| Binary | 1100000 | 10010000 | 10110101 | 101111 | 10100 | 0 | 11101 | 11001110 | 100100 | 110110 |
Color Harmonies of #6090B5
Complementary color
Monochromatic Colors of #6090B5
Black with #6090B5
Text Example
Text Example
White with #6090B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6090B5; }
p { color: rgb(96,144,181); }
H1.HeaderClassName
{
color: #6090B5;
}
.AnyTagClassName
{
color: #6090B5;
}
</style>
background-color css
<style>
a { background-color: #6090B5; }
a { background-color: rgb(96,144,181); }
div.DivClassName
{
background-color: #6090B5;
}
.BgClassName
{
background-color: #6090B5;
}
</style>
border-color css
<style>
span { border-color: #6090B5; }
span { border-color: rgb(96,144,181); }
td.TdClassName
{
border-color: #6090B5;
}
.TagClassName
{
border-color: #6090B5;
}
</style>