Shades of Hoki #627D87
Tints of Hoki #627D87
RGB
CMYK
RGB Variations
Color information
#627D87 (or 0x627D87) is known color: Hoki. HEX triplet: 62, 7D and 87. RGB value is (98,125,135). Sum of RGB (Red+Green+Blue) = 98+125+135=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #627D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D87 is #9D8278. Grayscale: #767676. Windows color (decimal): -10322553 or 8879458. OLE color: 8879458.
HSL color Cylindrical-coordinate representation of color #627D87: hue angle of 196.22º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627D87 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 125 | 135 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.47 |
| HSL | 196.22º | 0.16% | 0.46% | - |
| HSV(B) | 196.22º | 0.27% | 0.53% | - |
| XYZ | 16.74 | 19.01 | 25.71 | - |
| YUV | 118.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 135 | 0.27 | 0.07 | 0 | 0.47 | 196.22 | 0.16 | 0.46 |
| Hex | 62 | 7D | 87 | 1B | 7 | 0 | 2F | C4 | 10 | 2E |
| Octal | 142 | 175 | 207 | 33 | 7 | 0 | 57 | 304 | 20 | 56 |
| Binary | 1100010 | 1111101 | 10000111 | 11011 | 111 | 0 | 101111 | 11000100 | 10000 | 101110 |
Color Harmonies of #627D87
Complementary color
Monochromatic Colors of #627D87
Black with #627D87
Text Example
Text Example
White with #627D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627D87; }
p { color: rgb(98,125,135); }
H1.HeaderClassName
{
color: #627D87;
}
.AnyTagClassName
{
color: #627D87;
}
</style>
background-color css
<style>
a { background-color: #627D87; }
a { background-color: rgb(98,125,135); }
div.DivClassName
{
background-color: #627D87;
}
.BgClassName
{
background-color: #627D87;
}
</style>
border-color css
<style>
span { border-color: #627D87; }
span { border-color: rgb(98,125,135); }
td.TdClassName
{
border-color: #627D87;
}
.TagClassName
{
border-color: #627D87;
}
</style>