Shades of Hoki #627F88
Tints of Hoki #627F88
RGB
CMYK
RGB Variations
Color information
#627F88 (or 0x627F88) is known color: Hoki. HEX triplet: 62, 7F and 88. RGB value is (98,127,136). Sum of RGB (Red+Green+Blue) = 98+127+136=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #627F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627F88 is #9D8077. Grayscale: #777777. Windows color (decimal): -10322040 or 8945506. OLE color: 8945506.
HSL color Cylindrical-coordinate representation of color #627F88: hue angle of 194.21º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #627F88 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 127 | 136 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.47 |
| HSL | 194.21º | 0.16% | 0.46% | - |
| HSV(B) | 194.21º | 0.28% | 0.53% | - |
| XYZ | 17.07 | 19.55 | 26.17 | - |
| YUV | 119.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 136 | 0.28 | 0.07 | 0 | 0.47 | 194.21 | 0.16 | 0.46 |
| Hex | 62 | 7F | 88 | 1C | 7 | 0 | 2F | C2 | 10 | 2E |
| Octal | 142 | 177 | 210 | 34 | 7 | 0 | 57 | 302 | 20 | 56 |
| Binary | 1100010 | 1111111 | 10001000 | 11100 | 111 | 0 | 101111 | 11000010 | 10000 | 101110 |
Color Harmonies of #627F88
Complementary color
Monochromatic Colors of #627F88
Black with #627F88
Text Example
Text Example
White with #627F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627F88; }
p { color: rgb(98,127,136); }
H1.HeaderClassName
{
color: #627F88;
}
.AnyTagClassName
{
color: #627F88;
}
</style>
background-color css
<style>
a { background-color: #627F88; }
a { background-color: rgb(98,127,136); }
div.DivClassName
{
background-color: #627F88;
}
.BgClassName
{
background-color: #627F88;
}
</style>
border-color css
<style>
span { border-color: #627F88; }
span { border-color: rgb(98,127,136); }
td.TdClassName
{
border-color: #627F88;
}
.TagClassName
{
border-color: #627F88;
}
</style>