Shades of Hoki #607D89
Tints of Hoki #607D89
RGB
CMYK
RGB Variations
Color information
#607D89 (or 0x607D89) is known color: Hoki. HEX triplet: 60, 7D and 89. RGB value is (96,125,137). Sum of RGB (Red+Green+Blue) = 96+125+137=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 137 - color contains mainly: blue. Hex color #607D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607D89 is #9F8276. Grayscale: #757575. Windows color (decimal): -10453623 or 9010528. OLE color: 9010528.
HSL color Cylindrical-coordinate representation of color #607D89: hue angle of 197.56º 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 #607D89 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 125 | 137 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.46 |
| HSL | 197.56º | 0.18% | 0.46% | - |
| HSV(B) | 197.56º | 0.3% | 0.54% | - |
| XYZ | 16.67 | 18.96 | 26.45 | - |
| YUV | 117.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 137 | 0.30 | 0.09 | 0 | 0.46 | 197.56 | 0.18 | 0.46 |
| Hex | 60 | 7D | 89 | 1E | 9 | 0 | 2E | C6 | 12 | 2E |
| Octal | 140 | 175 | 211 | 36 | 11 | 0 | 56 | 306 | 22 | 56 |
| Binary | 1100000 | 1111101 | 10001001 | 11110 | 1001 | 0 | 101110 | 11000110 | 10010 | 101110 |
Color Harmonies of #607D89
Complementary color
Monochromatic Colors of #607D89
Black with #607D89
Text Example
Text Example
White with #607D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607D89; }
p { color: rgb(96,125,137); }
H1.HeaderClassName
{
color: #607D89;
}
.AnyTagClassName
{
color: #607D89;
}
</style>
background-color css
<style>
a { background-color: #607D89; }
a { background-color: rgb(96,125,137); }
div.DivClassName
{
background-color: #607D89;
}
.BgClassName
{
background-color: #607D89;
}
</style>
border-color css
<style>
span { border-color: #607D89; }
span { border-color: rgb(96,125,137); }
td.TdClassName
{
border-color: #607D89;
}
.TagClassName
{
border-color: #607D89;
}
</style>