Shades of Hoki #607D85
Tints of Hoki #607D85
RGB
CMYK
RGB Variations
Color information
#607D85 (or 0x607D85) is known color: Hoki. HEX triplet: 60, 7D and 85. RGB value is (96,125,133). Sum of RGB (Red+Green+Blue) = 96+125+133=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 133 - color contains mainly: blue. Hex color #607D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607D85 is #9F827A. Grayscale: #757575. Windows color (decimal): -10453627 or 8748384. OLE color: 8748384.
HSL color Cylindrical-coordinate representation of color #607D85: hue angle of 192.97º 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 #607D85 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 125 | 133 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.48 |
| HSL | 192.97º | 0.16% | 0.45% | - |
| HSV(B) | 192.97º | 0.28% | 0.52% | - |
| XYZ | 16.39 | 18.85 | 24.96 | - |
| YUV | 117.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 133 | 0.28 | 0.06 | 0 | 0.48 | 192.97 | 0.16 | 0.45 |
| Hex | 60 | 7D | 85 | 1C | 6 | 0 | 30 | C1 | 10 | 2D |
| Octal | 140 | 175 | 205 | 34 | 6 | 0 | 60 | 301 | 20 | 55 |
| Binary | 1100000 | 1111101 | 10000101 | 11100 | 110 | 0 | 110000 | 11000001 | 10000 | 101101 |
Color Harmonies of #607D85
Complementary color
Monochromatic Colors of #607D85
Black with #607D85
Text Example
Text Example
White with #607D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607D85; }
p { color: rgb(96,125,133); }
H1.HeaderClassName
{
color: #607D85;
}
.AnyTagClassName
{
color: #607D85;
}
</style>
background-color css
<style>
a { background-color: #607D85; }
a { background-color: rgb(96,125,133); }
div.DivClassName
{
background-color: #607D85;
}
.BgClassName
{
background-color: #607D85;
}
</style>
border-color css
<style>
span { border-color: #607D85; }
span { border-color: rgb(96,125,133); }
td.TdClassName
{
border-color: #607D85;
}
.TagClassName
{
border-color: #607D85;
}
</style>