Shades of Hoki #607A85
Tints of Hoki #607A85
RGB
CMYK
RGB Variations
Color information
#607A85 (or 0x607A85) is known color: Hoki. HEX triplet: 60, 7A and 85. RGB value is (96,122,133). Sum of RGB (Red+Green+Blue) = 96+122+133=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #607A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607A85 is #9F857A. Grayscale: #737373. Windows color (decimal): -10454395 or 8747616. OLE color: 8747616.
HSL color Cylindrical-coordinate representation of color #607A85: hue angle of 197.84º 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 #607A85 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 122 | 133 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.48 |
| HSL | 197.84º | 0.16% | 0.45% | - |
| HSV(B) | 197.84º | 0.28% | 0.52% | - |
| XYZ | 16.02 | 18.1 | 24.84 | - |
| YUV | 115.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 133 | 0.28 | 0.08 | 0 | 0.48 | 197.84 | 0.16 | 0.45 |
| Hex | 60 | 7A | 85 | 1C | 8 | 0 | 30 | C6 | 10 | 2D |
| Octal | 140 | 172 | 205 | 34 | 10 | 0 | 60 | 306 | 20 | 55 |
| Binary | 1100000 | 1111010 | 10000101 | 11100 | 1000 | 0 | 110000 | 11000110 | 10000 | 101101 |
Color Harmonies of #607A85
Complementary color
Monochromatic Colors of #607A85
Black with #607A85
Text Example
Text Example
White with #607A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A85; }
p { color: rgb(96,122,133); }
H1.HeaderClassName
{
color: #607A85;
}
.AnyTagClassName
{
color: #607A85;
}
</style>
background-color css
<style>
a { background-color: #607A85; }
a { background-color: rgb(96,122,133); }
div.DivClassName
{
background-color: #607A85;
}
.BgClassName
{
background-color: #607A85;
}
</style>
border-color css
<style>
span { border-color: #607A85; }
span { border-color: rgb(96,122,133); }
td.TdClassName
{
border-color: #607A85;
}
.TagClassName
{
border-color: #607A85;
}
</style>