Shades of Governor Bay #60629A
Tints of Governor Bay #60629A
RGB
CMYK
RGB Variations
Color information
#60629A (or 0x60629A) is known color: Governor Bay. HEX triplet: 60, 62 and 9A. RGB value is (96,98,154). Sum of RGB (Red+Green+Blue) = 96+98+154=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #60629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60629A is #9F9D65. Grayscale: #676767. Windows color (decimal): -10460518 or 10117728. OLE color: 10117728.
HSL color Cylindrical-coordinate representation of color #60629A: hue angle of 237.93º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60629A is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 98 | 154 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.40 |
| HSL | 237.93º | 0.23% | 0.49% | - |
| HSV(B) | 237.93º | 0.38% | 0.6% | - |
| XYZ | 15.02 | 13.56 | 32.4 | - |
| YUV | 103.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 154 | 0.38 | 0.36 | 0 | 0.40 | 237.93 | 0.23 | 0.49 |
| Hex | 60 | 62 | 9A | 26 | 24 | 0 | 28 | EE | 17 | 31 |
| Octal | 140 | 142 | 232 | 46 | 44 | 0 | 50 | 356 | 27 | 61 |
| Binary | 1100000 | 1100010 | 10011010 | 100110 | 100100 | 0 | 101000 | 11101110 | 10111 | 110001 |
Color Harmonies of #60629A
Complementary color
Monochromatic Colors of #60629A
Black with #60629A
Text Example
Text Example
White with #60629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60629A; }
p { color: rgb(96,98,154); }
H1.HeaderClassName
{
color: #60629A;
}
.AnyTagClassName
{
color: #60629A;
}
</style>
background-color css
<style>
a { background-color: #60629A; }
a { background-color: rgb(96,98,154); }
div.DivClassName
{
background-color: #60629A;
}
.BgClassName
{
background-color: #60629A;
}
</style>
border-color css
<style>
span { border-color: #60629A; }
span { border-color: rgb(96,98,154); }
td.TdClassName
{
border-color: #60629A;
}
.TagClassName
{
border-color: #60629A;
}
</style>