Shades of Shakespeare #608FB5
Tints of Shakespeare #608FB5
RGB
CMYK
RGB Variations
Color information
#608FB5 (or 0x608FB5) is known color: Shakespeare. HEX triplet: 60, 8F and B5. RGB value is (96,143,181). Sum of RGB (Red+Green+Blue) = 96+143+181=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #608FB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FB5 is #9F704A. Grayscale: #858585. Windows color (decimal): -10448971 or 11898720. OLE color: 11898720.
HSL color Cylindrical-coordinate representation of color #608FB5: hue angle of 206.82º 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 #608FB5 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 143 | 181 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.29 |
| HSL | 206.82º | 0.36% | 0.54% | - |
| HSV(B) | 206.82º | 0.47% | 0.71% | - |
| XYZ | 22.99 | 25.47 | 47.42 | - |
| YUV | 133.28 | 154.93 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 181 | 0.47 | 0.21 | 0 | 0.29 | 206.82 | 0.36 | 0.54 |
| Hex | 60 | 8F | B5 | 2F | 15 | 0 | 1D | CF | 24 | 36 |
| Octal | 140 | 217 | 265 | 57 | 25 | 0 | 35 | 317 | 44 | 66 |
| Binary | 1100000 | 10001111 | 10110101 | 101111 | 10101 | 0 | 11101 | 11001111 | 100100 | 110110 |
Color Harmonies of #608FB5
Complementary color
Monochromatic Colors of #608FB5
Black with #608FB5
Text Example
Text Example
White with #608FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FB5; }
p { color: rgb(96,143,181); }
H1.HeaderClassName
{
color: #608FB5;
}
.AnyTagClassName
{
color: #608FB5;
}
</style>
background-color css
<style>
a { background-color: #608FB5; }
a { background-color: rgb(96,143,181); }
div.DivClassName
{
background-color: #608FB5;
}
.BgClassName
{
background-color: #608FB5;
}
</style>
border-color css
<style>
span { border-color: #608FB5; }
span { border-color: rgb(96,143,181); }
td.TdClassName
{
border-color: #608FB5;
}
.TagClassName
{
border-color: #608FB5;
}
</style>