Shades of Shakespeare #609BB8
Tints of Shakespeare #609BB8
RGB
CMYK
RGB Variations
Color information
#609BB8 (or 0x609BB8) is known color: Shakespeare. HEX triplet: 60, 9B and B8. RGB value is (96,155,184). Sum of RGB (Red+Green+Blue) = 96+155+184=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 184 - color contains mainly: blue. Hex color #609BB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BB8 is #9F6447. Grayscale: #8C8C8C. Windows color (decimal): -10445896 or 12098400. OLE color: 12098400.
HSL color Cylindrical-coordinate representation of color #609BB8: hue angle of 199.77º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #609BB8 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 155 | 184 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.28 |
| HSL | 199.77º | 0.38% | 0.55% | - |
| HSV(B) | 199.77º | 0.48% | 0.72% | - |
| XYZ | 25.2 | 29.39 | 49.69 | - |
| YUV | 140.67 | 152.45 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 184 | 0.48 | 0.16 | 0 | 0.28 | 199.77 | 0.38 | 0.55 |
| Hex | 60 | 9B | B8 | 30 | 10 | 0 | 1C | C8 | 26 | 37 |
| Octal | 140 | 233 | 270 | 60 | 20 | 0 | 34 | 310 | 46 | 67 |
| Binary | 1100000 | 10011011 | 10111000 | 110000 | 10000 | 0 | 11100 | 11001000 | 100110 | 110111 |
Color Harmonies of #609BB8
Complementary color
Monochromatic Colors of #609BB8
Black with #609BB8
Text Example
Text Example
White with #609BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609BB8; }
p { color: rgb(96,155,184); }
H1.HeaderClassName
{
color: #609BB8;
}
.AnyTagClassName
{
color: #609BB8;
}
</style>
background-color css
<style>
a { background-color: #609BB8; }
a { background-color: rgb(96,155,184); }
div.DivClassName
{
background-color: #609BB8;
}
.BgClassName
{
background-color: #609BB8;
}
</style>
border-color css
<style>
span { border-color: #609BB8; }
span { border-color: rgb(96,155,184); }
td.TdClassName
{
border-color: #609BB8;
}
.TagClassName
{
border-color: #609BB8;
}
</style>