Shades of Governor Bay #626191
Tints of Governor Bay #626191
RGB
CMYK
RGB Variations
Color information
#626191 (or 0x626191) is known color: Governor Bay. HEX triplet: 62, 61 and 91. RGB value is (98,97,145). Sum of RGB (Red+Green+Blue) = 98+97+145=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #626191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626191 is #9D9E6E. Grayscale: #666666. Windows color (decimal): -10329711 or 9527650. OLE color: 9527650.
HSL color Cylindrical-coordinate representation of color #626191: hue angle of 241.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #626191 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 97 | 145 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.43 |
| HSL | 241.25º | 0.2% | 0.47% | - |
| HSV(B) | 241.25º | 0.33% | 0.57% | - |
| XYZ | 14.42 | 13.19 | 28.57 | - |
| YUV | 102.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 145 | 0.32 | 0.33 | 0 | 0.43 | 241.25 | 0.2 | 0.47 |
| Hex | 62 | 61 | 91 | 20 | 21 | 0 | 2B | F1 | 14 | 2F |
| Octal | 142 | 141 | 221 | 40 | 41 | 0 | 53 | 361 | 24 | 57 |
| Binary | 1100010 | 1100001 | 10010001 | 100000 | 100001 | 0 | 101011 | 11110001 | 10100 | 101111 |
Color Harmonies of #626191
Complementary color
Monochromatic Colors of #626191
Black with #626191
Text Example
Text Example
White with #626191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626191; }
p { color: rgb(98,97,145); }
H1.HeaderClassName
{
color: #626191;
}
.AnyTagClassName
{
color: #626191;
}
</style>
background-color css
<style>
a { background-color: #626191; }
a { background-color: rgb(98,97,145); }
div.DivClassName
{
background-color: #626191;
}
.BgClassName
{
background-color: #626191;
}
</style>
border-color css
<style>
span { border-color: #626191; }
span { border-color: rgb(98,97,145); }
td.TdClassName
{
border-color: #626191;
}
.TagClassName
{
border-color: #626191;
}
</style>