Shades of Governor Bay #62638E
Tints of Governor Bay #62638E
RGB
CMYK
RGB Variations
Color information
#62638E (or 0x62638E) is known color: Governor Bay. HEX triplet: 62, 63 and 8E. RGB value is (98,99,142). Sum of RGB (Red+Green+Blue) = 98+99+142=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #62638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62638E is #9D9C71. Grayscale: #676767. Windows color (decimal): -10329202 or 9331554. OLE color: 9331554.
HSL color Cylindrical-coordinate representation of color #62638E: hue angle of 238.64º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62638E is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 99 | 142 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.44 |
| HSL | 238.64º | 0.18% | 0.47% | - |
| HSV(B) | 238.64º | 0.31% | 0.56% | - |
| XYZ | 14.38 | 13.47 | 27.43 | - |
| YUV | 103.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 142 | 0.31 | 0.30 | 0 | 0.44 | 238.64 | 0.18 | 0.47 |
| Hex | 62 | 63 | 8E | 1F | 1E | 0 | 2C | EF | 12 | 2F |
| Octal | 142 | 143 | 216 | 37 | 36 | 0 | 54 | 357 | 22 | 57 |
| Binary | 1100010 | 1100011 | 10001110 | 11111 | 11110 | 0 | 101100 | 11101111 | 10010 | 101111 |
Color Harmonies of #62638E
Complementary color
Monochromatic Colors of #62638E
Black with #62638E
Text Example
Text Example
White with #62638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62638E; }
p { color: rgb(98,99,142); }
H1.HeaderClassName
{
color: #62638E;
}
.AnyTagClassName
{
color: #62638E;
}
</style>
background-color css
<style>
a { background-color: #62638E; }
a { background-color: rgb(98,99,142); }
div.DivClassName
{
background-color: #62638E;
}
.BgClassName
{
background-color: #62638E;
}
</style>
border-color css
<style>
span { border-color: #62638E; }
span { border-color: rgb(98,99,142); }
td.TdClassName
{
border-color: #62638E;
}
.TagClassName
{
border-color: #62638E;
}
</style>