Shades of Hoki #637D88
Tints of Hoki #637D88
RGB
CMYK
RGB Variations
Color information
#637D88 (or 0x637D88) is known color: Hoki. HEX triplet: 63, 7D and 88. RGB value is (99,125,136). Sum of RGB (Red+Green+Blue) = 99+125+136=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #637D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637D88 is #9C8277. Grayscale: #767676. Windows color (decimal): -10257016 or 8944995. OLE color: 8944995.
HSL color Cylindrical-coordinate representation of color #637D88: hue angle of 197.84º 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 #637D88 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 125 | 136 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.47 |
| HSL | 197.84º | 0.16% | 0.46% | - |
| HSV(B) | 197.84º | 0.27% | 0.53% | - |
| XYZ | 16.92 | 19.1 | 26.09 | - |
| YUV | 118.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 125 | 136 | 0.27 | 0.08 | 0 | 0.47 | 197.84 | 0.16 | 0.46 |
| Hex | 63 | 7D | 88 | 1B | 8 | 0 | 2F | C6 | 10 | 2E |
| Octal | 143 | 175 | 210 | 33 | 10 | 0 | 57 | 306 | 20 | 56 |
| Binary | 1100011 | 1111101 | 10001000 | 11011 | 1000 | 0 | 101111 | 11000110 | 10000 | 101110 |
Color Harmonies of #637D88
Complementary color
Monochromatic Colors of #637D88
Black with #637D88
Text Example
Text Example
White with #637D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637D88; }
p { color: rgb(99,125,136); }
H1.HeaderClassName
{
color: #637D88;
}
.AnyTagClassName
{
color: #637D88;
}
</style>
background-color css
<style>
a { background-color: #637D88; }
a { background-color: rgb(99,125,136); }
div.DivClassName
{
background-color: #637D88;
}
.BgClassName
{
background-color: #637D88;
}
</style>
border-color css
<style>
span { border-color: #637D88; }
span { border-color: rgb(99,125,136); }
td.TdClassName
{
border-color: #637D88;
}
.TagClassName
{
border-color: #637D88;
}
</style>