Shades of Hoki #607D82
Tints of Hoki #607D82
RGB
CMYK
RGB Variations
Color information
#607D82 (or 0x607D82) is known color: Hoki. HEX triplet: 60, 7D and 82. RGB value is (96,125,130). Sum of RGB (Red+Green+Blue) = 96+125+130=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #607D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607D82 is #9F827D. Grayscale: #747474. Windows color (decimal): -10453630 or 8551776. OLE color: 8551776.
HSL color Cylindrical-coordinate representation of color #607D82: hue angle of 188.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #607D82 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 125 | 130 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.49 |
| HSL | 188.82º | 0.15% | 0.44% | - |
| HSV(B) | 188.82º | 0.26% | 0.51% | - |
| XYZ | 16.19 | 18.77 | 23.89 | - |
| YUV | 116.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 125 | 130 | 0.26 | 0.04 | 0 | 0.49 | 188.82 | 0.15 | 0.44 |
| Hex | 60 | 7D | 82 | 1A | 4 | 0 | 31 | BD | F | 2C |
| Octal | 140 | 175 | 202 | 32 | 4 | 0 | 61 | 275 | 17 | 54 |
| Binary | 1100000 | 1111101 | 10000010 | 11010 | 100 | 0 | 110001 | 10111101 | 1111 | 101100 |
Color Harmonies of #607D82
Complementary color
Monochromatic Colors of #607D82
Black with #607D82
Text Example
Text Example
White with #607D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607D82; }
p { color: rgb(96,125,130); }
H1.HeaderClassName
{
color: #607D82;
}
.AnyTagClassName
{
color: #607D82;
}
</style>
background-color css
<style>
a { background-color: #607D82; }
a { background-color: rgb(96,125,130); }
div.DivClassName
{
background-color: #607D82;
}
.BgClassName
{
background-color: #607D82;
}
</style>
border-color css
<style>
span { border-color: #607D82; }
span { border-color: rgb(96,125,130); }
td.TdClassName
{
border-color: #607D82;
}
.TagClassName
{
border-color: #607D82;
}
</style>