Shades of Hoki #607E89
Tints of Hoki #607E89
RGB
CMYK
RGB Variations
Color information
#607E89 (or 0x607E89) is known color: Hoki. HEX triplet: 60, 7E and 89. RGB value is (96,126,137). Sum of RGB (Red+Green+Blue) = 96+126+137=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 137 - color contains mainly: blue. Hex color #607E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E89 is #9F8176. Grayscale: #767676. Windows color (decimal): -10453367 or 9010784. OLE color: 9010784.
HSL color Cylindrical-coordinate representation of color #607E89: hue angle of 196.1º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #607E89 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 126 | 137 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.46 |
| HSL | 196.1º | 0.18% | 0.46% | - |
| HSV(B) | 196.1º | 0.3% | 0.54% | - |
| XYZ | 16.8 | 19.21 | 26.49 | - |
| YUV | 118.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 137 | 0.30 | 0.08 | 0 | 0.46 | 196.1 | 0.18 | 0.46 |
| Hex | 60 | 7E | 89 | 1E | 8 | 0 | 2E | C4 | 12 | 2E |
| Octal | 140 | 176 | 211 | 36 | 10 | 0 | 56 | 304 | 22 | 56 |
| Binary | 1100000 | 1111110 | 10001001 | 11110 | 1000 | 0 | 101110 | 11000100 | 10010 | 101110 |
Color Harmonies of #607E89
Complementary color
Monochromatic Colors of #607E89
Black with #607E89
Text Example
Text Example
White with #607E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E89; }
p { color: rgb(96,126,137); }
H1.HeaderClassName
{
color: #607E89;
}
.AnyTagClassName
{
color: #607E89;
}
</style>
background-color css
<style>
a { background-color: #607E89; }
a { background-color: rgb(96,126,137); }
div.DivClassName
{
background-color: #607E89;
}
.BgClassName
{
background-color: #607E89;
}
</style>
border-color css
<style>
span { border-color: #607E89; }
span { border-color: rgb(96,126,137); }
td.TdClassName
{
border-color: #607E89;
}
.TagClassName
{
border-color: #607E89;
}
</style>