Shades of Governor Bay #60608D
Tints of Governor Bay #60608D
RGB
CMYK
RGB Variations
Color information
#60608D (or 0x60608D) is known color: Governor Bay. HEX triplet: 60, 60 and 8D. RGB value is (96,96,141). Sum of RGB (Red+Green+Blue) = 96+96+141=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #60608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60608D is #9F9F72. Grayscale: #646464. Windows color (decimal): -10461043 or 9265248. OLE color: 9265248.
HSL color Cylindrical-coordinate representation of color #60608D: hue angle of 240º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60608D is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 96 | 141 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.45 |
| HSL | 240º | 0.19% | 0.46% | - |
| HSV(B) | 240º | 0.32% | 0.55% | - |
| XYZ | 13.81 | 12.78 | 26.94 | - |
| YUV | 101.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 141 | 0.32 | 0.32 | 0 | 0.45 | 240 | 0.19 | 0.46 |
| Hex | 60 | 60 | 8D | 20 | 20 | 0 | 2D | F0 | 13 | 2E |
| Octal | 140 | 140 | 215 | 40 | 40 | 0 | 55 | 360 | 23 | 56 |
| Binary | 1100000 | 1100000 | 10001101 | 100000 | 100000 | 0 | 101101 | 11110000 | 10011 | 101110 |
Color Harmonies of #60608D
Complementary color
Monochromatic Colors of #60608D
Black with #60608D
Text Example
Text Example
White with #60608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60608D; }
p { color: rgb(96,96,141); }
H1.HeaderClassName
{
color: #60608D;
}
.AnyTagClassName
{
color: #60608D;
}
</style>
background-color css
<style>
a { background-color: #60608D; }
a { background-color: rgb(96,96,141); }
div.DivClassName
{
background-color: #60608D;
}
.BgClassName
{
background-color: #60608D;
}
</style>
border-color css
<style>
span { border-color: #60608D; }
span { border-color: rgb(96,96,141); }
td.TdClassName
{
border-color: #60608D;
}
.TagClassName
{
border-color: #60608D;
}
</style>