Shades of Hoki #607E85
Tints of Hoki #607E85
RGB
CMYK
RGB Variations
Color information
#607E85 (or 0x607E85) is known color: Hoki. HEX triplet: 60, 7E and 85. RGB value is (96,126,133). Sum of RGB (Red+Green+Blue) = 96+126+133=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #607E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E85 is #9F817A. Grayscale: #757575. Windows color (decimal): -10453371 or 8748640. OLE color: 8748640.
HSL color Cylindrical-coordinate representation of color #607E85: hue angle of 191.35º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #607E85 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 126 | 133 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.48 |
| HSL | 191.35º | 0.16% | 0.45% | - |
| HSV(B) | 191.35º | 0.28% | 0.52% | - |
| XYZ | 16.52 | 19.1 | 25.01 | - |
| YUV | 117.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 126 | 133 | 0.28 | 0.05 | 0 | 0.48 | 191.35 | 0.16 | 0.45 |
| Hex | 60 | 7E | 85 | 1C | 5 | 0 | 30 | BF | 10 | 2D |
| Octal | 140 | 176 | 205 | 34 | 5 | 0 | 60 | 277 | 20 | 55 |
| Binary | 1100000 | 1111110 | 10000101 | 11100 | 101 | 0 | 110000 | 10111111 | 10000 | 101101 |
Color Harmonies of #607E85
Complementary color
Monochromatic Colors of #607E85
Black with #607E85
Text Example
Text Example
White with #607E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607E85; }
p { color: rgb(96,126,133); }
H1.HeaderClassName
{
color: #607E85;
}
.AnyTagClassName
{
color: #607E85;
}
</style>
background-color css
<style>
a { background-color: #607E85; }
a { background-color: rgb(96,126,133); }
div.DivClassName
{
background-color: #607E85;
}
.BgClassName
{
background-color: #607E85;
}
</style>
border-color css
<style>
span { border-color: #607E85; }
span { border-color: rgb(96,126,133); }
td.TdClassName
{
border-color: #607E85;
}
.TagClassName
{
border-color: #607E85;
}
</style>