Shades of Shakespeare #6090B4
Tints of Shakespeare #6090B4
RGB
CMYK
RGB Variations
Color information
#6090B4 (or 0x6090B4) is known color: Shakespeare. HEX triplet: 60, 90 and B4. RGB value is (96,144,180). Sum of RGB (Red+Green+Blue) = 96+144+180=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #6090B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6090B4 is #9F6F4B. Grayscale: #858585. Windows color (decimal): -10448716 or 11833440. OLE color: 11833440.
HSL color Cylindrical-coordinate representation of color #6090B4: hue angle of 205.71º 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 #6090B4 is Cyan = 0.47, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 144 | 180 | - |
| CMYK | 0.47 | 0.2 | 0 | 0.29 |
| HSL | 205.71º | 0.36% | 0.54% | - |
| HSV(B) | 205.71º | 0.47% | 0.71% | - |
| XYZ | 23.04 | 25.73 | 46.93 | - |
| YUV | 133.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 180 | 0.47 | 0.2 | 0 | 0.29 | 205.71 | 0.36 | 0.54 |
| Hex | 60 | 90 | B4 | 2F | 14 | 0 | 1D | CE | 24 | 36 |
| Octal | 140 | 220 | 264 | 57 | 24 | 0 | 35 | 316 | 44 | 66 |
| Binary | 1100000 | 10010000 | 10110100 | 101111 | 10100 | 0 | 11101 | 11001110 | 100100 | 110110 |
Color Harmonies of #6090B4
Complementary color
Monochromatic Colors of #6090B4
Black with #6090B4
Text Example
Text Example
White with #6090B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6090B4; }
p { color: rgb(96,144,180); }
H1.HeaderClassName
{
color: #6090B4;
}
.AnyTagClassName
{
color: #6090B4;
}
</style>
background-color css
<style>
a { background-color: #6090B4; }
a { background-color: rgb(96,144,180); }
div.DivClassName
{
background-color: #6090B4;
}
.BgClassName
{
background-color: #6090B4;
}
</style>
border-color css
<style>
span { border-color: #6090B4; }
span { border-color: rgb(96,144,180); }
td.TdClassName
{
border-color: #6090B4;
}
.TagClassName
{
border-color: #6090B4;
}
</style>