Shades of Hoki #627D85
Tints of Hoki #627D85
RGB
CMYK
RGB Variations
Color information
#627D85 (or 0x627D85) is known color: Hoki. HEX triplet: 62, 7D and 85. RGB value is (98,125,133). Sum of RGB (Red+Green+Blue) = 98+125+133=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #627D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D85 is #9D827A. Grayscale: #757575. Windows color (decimal): -10322555 or 8748386. OLE color: 8748386.
HSL color Cylindrical-coordinate representation of color #627D85: hue angle of 193.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #627D85 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 125 | 133 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.48 |
| HSL | 193.71º | 0.15% | 0.45% | - |
| HSV(B) | 193.71º | 0.26% | 0.52% | - |
| XYZ | 16.6 | 18.96 | 24.97 | - |
| YUV | 117.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 133 | 0.26 | 0.06 | 0 | 0.48 | 193.71 | 0.15 | 0.45 |
| Hex | 62 | 7D | 85 | 1A | 6 | 0 | 30 | C2 | F | 2D |
| Octal | 142 | 175 | 205 | 32 | 6 | 0 | 60 | 302 | 17 | 55 |
| Binary | 1100010 | 1111101 | 10000101 | 11010 | 110 | 0 | 110000 | 11000010 | 1111 | 101101 |
Color Harmonies of #627D85
Complementary color
Monochromatic Colors of #627D85
Black with #627D85
Text Example
Text Example
White with #627D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627D85; }
p { color: rgb(98,125,133); }
H1.HeaderClassName
{
color: #627D85;
}
.AnyTagClassName
{
color: #627D85;
}
</style>
background-color css
<style>
a { background-color: #627D85; }
a { background-color: rgb(98,125,133); }
div.DivClassName
{
background-color: #627D85;
}
.BgClassName
{
background-color: #627D85;
}
</style>
border-color css
<style>
span { border-color: #627D85; }
span { border-color: rgb(98,125,133); }
td.TdClassName
{
border-color: #627D85;
}
.TagClassName
{
border-color: #627D85;
}
</style>