Shades of Hoki #627C86
Tints of Hoki #627C86
RGB
CMYK
RGB Variations
Color information
#627C86 (or 0x627C86) is known color: Hoki. HEX triplet: 62, 7C and 86. RGB value is (98,124,134). Sum of RGB (Red+Green+Blue) = 98+124+134=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 134 - color contains mainly: blue. Hex color #627C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627C86 is #9D8379. Grayscale: #757575. Windows color (decimal): -10322810 or 8813666. OLE color: 8813666.
HSL color Cylindrical-coordinate representation of color #627C86: hue angle of 196.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627C86 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 124 | 134 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.47 |
| HSL | 196.67º | 0.16% | 0.45% | - |
| HSV(B) | 196.67º | 0.27% | 0.53% | - |
| XYZ | 16.55 | 18.73 | 25.3 | - |
| YUV | 117.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 134 | 0.27 | 0.07 | 0 | 0.47 | 196.67 | 0.16 | 0.45 |
| Hex | 62 | 7C | 86 | 1B | 7 | 0 | 2F | C5 | 10 | 2D |
| Octal | 142 | 174 | 206 | 33 | 7 | 0 | 57 | 305 | 20 | 55 |
| Binary | 1100010 | 1111100 | 10000110 | 11011 | 111 | 0 | 101111 | 11000101 | 10000 | 101101 |
Color Harmonies of #627C86
Complementary color
Monochromatic Colors of #627C86
Black with #627C86
Text Example
Text Example
White with #627C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C86; }
p { color: rgb(98,124,134); }
H1.HeaderClassName
{
color: #627C86;
}
.AnyTagClassName
{
color: #627C86;
}
</style>
background-color css
<style>
a { background-color: #627C86; }
a { background-color: rgb(98,124,134); }
div.DivClassName
{
background-color: #627C86;
}
.BgClassName
{
background-color: #627C86;
}
</style>
border-color css
<style>
span { border-color: #627C86; }
span { border-color: rgb(98,124,134); }
td.TdClassName
{
border-color: #627C86;
}
.TagClassName
{
border-color: #627C86;
}
</style>