Shades of Governor Bay #60619A
Tints of Governor Bay #60619A
RGB
CMYK
RGB Variations
Color information
#60619A (or 0x60619A) is known color: Governor Bay. HEX triplet: 60, 61 and 9A. RGB value is (96,97,154). Sum of RGB (Red+Green+Blue) = 96+97+154=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #60619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60619A is #9F9E65. Grayscale: #666666. Windows color (decimal): -10460774 or 10117472. OLE color: 10117472.
HSL color Cylindrical-coordinate representation of color #60619A: hue angle of 238.97º 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 #60619A is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 97 | 154 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.40 |
| HSL | 238.97º | 0.23% | 0.49% | - |
| HSV(B) | 238.97º | 0.38% | 0.6% | - |
| XYZ | 14.93 | 13.37 | 32.37 | - |
| YUV | 103.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 154 | 0.38 | 0.37 | 0 | 0.40 | 238.97 | 0.23 | 0.49 |
| Hex | 60 | 61 | 9A | 26 | 25 | 0 | 28 | EF | 17 | 31 |
| Octal | 140 | 141 | 232 | 46 | 45 | 0 | 50 | 357 | 27 | 61 |
| Binary | 1100000 | 1100001 | 10011010 | 100110 | 100101 | 0 | 101000 | 11101111 | 10111 | 110001 |
Color Harmonies of #60619A
Complementary color
Monochromatic Colors of #60619A
Black with #60619A
Text Example
Text Example
White with #60619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60619A; }
p { color: rgb(96,97,154); }
H1.HeaderClassName
{
color: #60619A;
}
.AnyTagClassName
{
color: #60619A;
}
</style>
background-color css
<style>
a { background-color: #60619A; }
a { background-color: rgb(96,97,154); }
div.DivClassName
{
background-color: #60619A;
}
.BgClassName
{
background-color: #60619A;
}
</style>
border-color css
<style>
span { border-color: #60619A; }
span { border-color: rgb(96,97,154); }
td.TdClassName
{
border-color: #60619A;
}
.TagClassName
{
border-color: #60619A;
}
</style>