Shades of Hoki #637A82
Tints of Hoki #637A82
RGB
CMYK
RGB Variations
Color information
#637A82 (or 0x637A82) is known color: Hoki. HEX triplet: 63, 7A and 82. RGB value is (99,122,130). Sum of RGB (Red+Green+Blue) = 99+122+130=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #637A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637A82 is #9C857D. Grayscale: #737373. Windows color (decimal): -10257790 or 8551011. OLE color: 8551011.
HSL color Cylindrical-coordinate representation of color #637A82: hue angle of 195.48º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #637A82 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 122 | 130 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.49 |
| HSL | 195.48º | 0.14% | 0.45% | - |
| HSV(B) | 195.48º | 0.24% | 0.51% | - |
| XYZ | 16.13 | 18.18 | 23.78 | - |
| YUV | 116.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 122 | 130 | 0.24 | 0.06 | 0 | 0.49 | 195.48 | 0.14 | 0.45 |
| Hex | 63 | 7A | 82 | 18 | 6 | 0 | 31 | C3 | E | 2D |
| Octal | 143 | 172 | 202 | 30 | 6 | 0 | 61 | 303 | 16 | 55 |
| Binary | 1100011 | 1111010 | 10000010 | 11000 | 110 | 0 | 110001 | 11000011 | 1110 | 101101 |
Color Harmonies of #637A82
Complementary color
Monochromatic Colors of #637A82
Black with #637A82
Text Example
Text Example
White with #637A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637A82; }
p { color: rgb(99,122,130); }
H1.HeaderClassName
{
color: #637A82;
}
.AnyTagClassName
{
color: #637A82;
}
</style>
background-color css
<style>
a { background-color: #637A82; }
a { background-color: rgb(99,122,130); }
div.DivClassName
{
background-color: #637A82;
}
.BgClassName
{
background-color: #637A82;
}
</style>
border-color css
<style>
span { border-color: #637A82; }
span { border-color: rgb(99,122,130); }
td.TdClassName
{
border-color: #637A82;
}
.TagClassName
{
border-color: #637A82;
}
</style>