Shades of Governor Bay #605D94
Tints of Governor Bay #605D94
RGB
CMYK
RGB Variations
Color information
#605D94 (or 0x605D94) is known color: Governor Bay. HEX triplet: 60, 5D and 94. RGB value is (96,93,148). Sum of RGB (Red+Green+Blue) = 96+93+148=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #605D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605D94 is #9FA26B. Grayscale: #636363. Windows color (decimal): -10461804 or 9723232. OLE color: 9723232.
HSL color Cylindrical-coordinate representation of color #605D94: hue angle of 243.27º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #605D94 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 93 | 148 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.42 |
| HSL | 243.27º | 0.23% | 0.47% | - |
| HSV(B) | 243.27º | 0.37% | 0.58% | - |
| XYZ | 14.08 | 12.45 | 29.68 | - |
| YUV | 100.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 148 | 0.35 | 0.37 | 0 | 0.42 | 243.27 | 0.23 | 0.47 |
| Hex | 60 | 5D | 94 | 23 | 25 | 0 | 2A | F3 | 17 | 2F |
| Octal | 140 | 135 | 224 | 43 | 45 | 0 | 52 | 363 | 27 | 57 |
| Binary | 1100000 | 1011101 | 10010100 | 100011 | 100101 | 0 | 101010 | 11110011 | 10111 | 101111 |
Color Harmonies of #605D94
Complementary color
Monochromatic Colors of #605D94
Black with #605D94
Text Example
Text Example
White with #605D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D94; }
p { color: rgb(96,93,148); }
H1.HeaderClassName
{
color: #605D94;
}
.AnyTagClassName
{
color: #605D94;
}
</style>
background-color css
<style>
a { background-color: #605D94; }
a { background-color: rgb(96,93,148); }
div.DivClassName
{
background-color: #605D94;
}
.BgClassName
{
background-color: #605D94;
}
</style>
border-color css
<style>
span { border-color: #605D94; }
span { border-color: rgb(96,93,148); }
td.TdClassName
{
border-color: #605D94;
}
.TagClassName
{
border-color: #605D94;
}
</style>