Shades of Hoki #607F8D
Tints of Hoki #607F8D
RGB
CMYK
RGB Variations
Color information
#607F8D (or 0x607F8D) is known color: Hoki. HEX triplet: 60, 7F and 8D. RGB value is (96,127,141). Sum of RGB (Red+Green+Blue) = 96+127+141=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #607F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607F8D is #9F8072. Grayscale: #777777. Windows color (decimal): -10453107 or 9273184. OLE color: 9273184.
HSL color Cylindrical-coordinate representation of color #607F8D: hue angle of 198.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #607F8D is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 127 | 141 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.45 |
| HSL | 198.67º | 0.19% | 0.46% | - |
| HSV(B) | 198.67º | 0.32% | 0.55% | - |
| XYZ | 17.22 | 19.59 | 28.07 | - |
| YUV | 119.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 127 | 141 | 0.32 | 0.10 | 0 | 0.45 | 198.67 | 0.19 | 0.46 |
| Hex | 60 | 7F | 8D | 20 | A | 0 | 2D | C7 | 13 | 2E |
| Octal | 140 | 177 | 215 | 40 | 12 | 0 | 55 | 307 | 23 | 56 |
| Binary | 1100000 | 1111111 | 10001101 | 100000 | 1010 | 0 | 101101 | 11000111 | 10011 | 101110 |
Color Harmonies of #607F8D
Complementary color
Monochromatic Colors of #607F8D
Black with #607F8D
Text Example
Text Example
White with #607F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607F8D; }
p { color: rgb(96,127,141); }
H1.HeaderClassName
{
color: #607F8D;
}
.AnyTagClassName
{
color: #607F8D;
}
</style>
background-color css
<style>
a { background-color: #607F8D; }
a { background-color: rgb(96,127,141); }
div.DivClassName
{
background-color: #607F8D;
}
.BgClassName
{
background-color: #607F8D;
}
</style>
border-color css
<style>
span { border-color: #607F8D; }
span { border-color: rgb(96,127,141); }
td.TdClassName
{
border-color: #607F8D;
}
.TagClassName
{
border-color: #607F8D;
}
</style>