Shades of Hoki #607C85
Tints of Hoki #607C85
RGB
CMYK
RGB Variations
Color information
#607C85 (or 0x607C85) is known color: Hoki. HEX triplet: 60, 7C and 85. RGB value is (96,124,133). Sum of RGB (Red+Green+Blue) = 96+124+133=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #607C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607C85 is #9F837A. Grayscale: #747474. Windows color (decimal): -10453883 or 8748128. OLE color: 8748128.
HSL color Cylindrical-coordinate representation of color #607C85: hue angle of 194.59º 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 #607C85 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 124 | 133 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.48 |
| HSL | 194.59º | 0.16% | 0.45% | - |
| HSV(B) | 194.59º | 0.28% | 0.52% | - |
| XYZ | 16.27 | 18.6 | 24.92 | - |
| YUV | 116.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 133 | 0.28 | 0.07 | 0 | 0.48 | 194.59 | 0.16 | 0.45 |
| Hex | 60 | 7C | 85 | 1C | 7 | 0 | 30 | C3 | 10 | 2D |
| Octal | 140 | 174 | 205 | 34 | 7 | 0 | 60 | 303 | 20 | 55 |
| Binary | 1100000 | 1111100 | 10000101 | 11100 | 111 | 0 | 110000 | 11000011 | 10000 | 101101 |
Color Harmonies of #607C85
Complementary color
Monochromatic Colors of #607C85
Black with #607C85
Text Example
Text Example
White with #607C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C85; }
p { color: rgb(96,124,133); }
H1.HeaderClassName
{
color: #607C85;
}
.AnyTagClassName
{
color: #607C85;
}
</style>
background-color css
<style>
a { background-color: #607C85; }
a { background-color: rgb(96,124,133); }
div.DivClassName
{
background-color: #607C85;
}
.BgClassName
{
background-color: #607C85;
}
</style>
border-color css
<style>
span { border-color: #607C85; }
span { border-color: rgb(96,124,133); }
td.TdClassName
{
border-color: #607C85;
}
.TagClassName
{
border-color: #607C85;
}
</style>