Shades of Governor Bay #62658F
Tints of Governor Bay #62658F
RGB
CMYK
RGB Variations
Color information
#62658F (or 0x62658F) is known color: Governor Bay. HEX triplet: 62, 65 and 8F. RGB value is (98,101,143). Sum of RGB (Red+Green+Blue) = 98+101+143=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #62658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62658F is #9D9A70. Grayscale: #686868. Windows color (decimal): -10328689 or 9397602. OLE color: 9397602.
HSL color Cylindrical-coordinate representation of color #62658F: hue angle of 236º degrees, saturation: 0.19, 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 #62658F is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 101 | 143 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.44 |
| HSL | 236º | 0.19% | 0.47% | - |
| HSV(B) | 236º | 0.31% | 0.56% | - |
| XYZ | 14.65 | 13.89 | 27.9 | - |
| YUV | 104.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 143 | 0.31 | 0.29 | 0 | 0.44 | 236 | 0.19 | 0.47 |
| Hex | 62 | 65 | 8F | 1F | 1D | 0 | 2C | EC | 13 | 2F |
| Octal | 142 | 145 | 217 | 37 | 35 | 0 | 54 | 354 | 23 | 57 |
| Binary | 1100010 | 1100101 | 10001111 | 11111 | 11101 | 0 | 101100 | 11101100 | 10011 | 101111 |
Color Harmonies of #62658F
Complementary color
Monochromatic Colors of #62658F
Black with #62658F
Text Example
Text Example
White with #62658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62658F; }
p { color: rgb(98,101,143); }
H1.HeaderClassName
{
color: #62658F;
}
.AnyTagClassName
{
color: #62658F;
}
</style>
background-color css
<style>
a { background-color: #62658F; }
a { background-color: rgb(98,101,143); }
div.DivClassName
{
background-color: #62658F;
}
.BgClassName
{
background-color: #62658F;
}
</style>
border-color css
<style>
span { border-color: #62658F; }
span { border-color: rgb(98,101,143); }
td.TdClassName
{
border-color: #62658F;
}
.TagClassName
{
border-color: #62658F;
}
</style>