Shades of Hoki #607985
Tints of Hoki #607985
RGB
CMYK
RGB Variations
Color information
#607985 (or 0x607985) is known color: Hoki. HEX triplet: 60, 79 and 85. RGB value is (96,121,133). Sum of RGB (Red+Green+Blue) = 96+121+133=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #607985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607985 is #9F867A. Grayscale: #727272. Windows color (decimal): -10454651 or 8747360. OLE color: 8747360.
HSL color Cylindrical-coordinate representation of color #607985: hue angle of 199.46º 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 #607985 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 121 | 133 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.48 |
| HSL | 199.46º | 0.16% | 0.45% | - |
| HSV(B) | 199.46º | 0.28% | 0.52% | - |
| XYZ | 15.89 | 17.86 | 24.8 | - |
| YUV | 114.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 133 | 0.28 | 0.09 | 0 | 0.48 | 199.46 | 0.16 | 0.45 |
| Hex | 60 | 79 | 85 | 1C | 9 | 0 | 30 | C7 | 10 | 2D |
| Octal | 140 | 171 | 205 | 34 | 11 | 0 | 60 | 307 | 20 | 55 |
| Binary | 1100000 | 1111001 | 10000101 | 11100 | 1001 | 0 | 110000 | 11000111 | 10000 | 101101 |
Color Harmonies of #607985
Complementary color
Monochromatic Colors of #607985
Black with #607985
Text Example
Text Example
White with #607985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607985; }
p { color: rgb(96,121,133); }
H1.HeaderClassName
{
color: #607985;
}
.AnyTagClassName
{
color: #607985;
}
</style>
background-color css
<style>
a { background-color: #607985; }
a { background-color: rgb(96,121,133); }
div.DivClassName
{
background-color: #607985;
}
.BgClassName
{
background-color: #607985;
}
</style>
border-color css
<style>
span { border-color: #607985; }
span { border-color: rgb(96,121,133); }
td.TdClassName
{
border-color: #607985;
}
.TagClassName
{
border-color: #607985;
}
</style>