Shades of Governor Bay #615E97
Tints of Governor Bay #615E97
RGB
CMYK
RGB Variations
Color information
#615E97 (or 0x615E97) is known color: Governor Bay. HEX triplet: 61, 5E and 97. RGB value is (97,94,151). Sum of RGB (Red+Green+Blue) = 97+94+151=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 151 - color contains mainly: blue. Hex color #615E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615E97 is #9EA168. Grayscale: #656565. Windows color (decimal): -10396009 or 9920097. OLE color: 9920097.
HSL color Cylindrical-coordinate representation of color #615E97: hue angle of 243.16º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #615E97 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 97 | 94 | 151 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.41 |
| HSL | 243.16º | 0.23% | 0.48% | - |
| HSV(B) | 243.16º | 0.38% | 0.59% | - |
| XYZ | 14.52 | 12.78 | 30.98 | - |
| YUV | 101.4 | 155.99 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 151 | 0.36 | 0.38 | 0 | 0.41 | 243.16 | 0.23 | 0.48 |
| Hex | 61 | 5E | 97 | 24 | 26 | 0 | 29 | F3 | 17 | 30 |
| Octal | 141 | 136 | 227 | 44 | 46 | 0 | 51 | 363 | 27 | 60 |
| Binary | 1100001 | 1011110 | 10010111 | 100100 | 100110 | 0 | 101001 | 11110011 | 10111 | 110000 |
Color Harmonies of #615E97
Complementary color
Monochromatic Colors of #615E97
Black with #615E97
Text Example
Text Example
White with #615E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E97; }
p { color: rgb(97,94,151); }
H1.HeaderClassName
{
color: #615E97;
}
.AnyTagClassName
{
color: #615E97;
}
</style>
background-color css
<style>
a { background-color: #615E97; }
a { background-color: rgb(97,94,151); }
div.DivClassName
{
background-color: #615E97;
}
.BgClassName
{
background-color: #615E97;
}
</style>
border-color css
<style>
span { border-color: #615E97; }
span { border-color: rgb(97,94,151); }
td.TdClassName
{
border-color: #615E97;
}
.TagClassName
{
border-color: #615E97;
}
</style>