Shades of Shakespeare #609CB3
Tints of Shakespeare #609CB3
RGB
CMYK
RGB Variations
Color information
#609CB3 (or 0x609CB3) is known color: Shakespeare. HEX triplet: 60, 9C and B3. RGB value is (96,156,179). Sum of RGB (Red+Green+Blue) = 96+156+179=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #609CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609CB3 is #9F634C. Grayscale: #8C8C8C. Windows color (decimal): -10445645 or 11770976. OLE color: 11770976.
HSL color Cylindrical-coordinate representation of color #609CB3: hue angle of 196.63º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #609CB3 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 156 | 179 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.30 |
| HSL | 196.63º | 0.35% | 0.54% | - |
| HSV(B) | 196.63º | 0.46% | 0.7% | - |
| XYZ | 24.85 | 29.52 | 47.04 | - |
| YUV | 140.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 179 | 0.46 | 0.13 | 0 | 0.30 | 196.63 | 0.35 | 0.54 |
| Hex | 60 | 9C | B3 | 2E | D | 0 | 1E | C5 | 23 | 36 |
| Octal | 140 | 234 | 263 | 56 | 15 | 0 | 36 | 305 | 43 | 66 |
| Binary | 1100000 | 10011100 | 10110011 | 101110 | 1101 | 0 | 11110 | 11000101 | 100011 | 110110 |
Color Harmonies of #609CB3
Complementary color
Monochromatic Colors of #609CB3
Black with #609CB3
Text Example
Text Example
White with #609CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609CB3; }
p { color: rgb(96,156,179); }
H1.HeaderClassName
{
color: #609CB3;
}
.AnyTagClassName
{
color: #609CB3;
}
</style>
background-color css
<style>
a { background-color: #609CB3; }
a { background-color: rgb(96,156,179); }
div.DivClassName
{
background-color: #609CB3;
}
.BgClassName
{
background-color: #609CB3;
}
</style>
border-color css
<style>
span { border-color: #609CB3; }
span { border-color: rgb(96,156,179); }
td.TdClassName
{
border-color: #609CB3;
}
.TagClassName
{
border-color: #609CB3;
}
</style>