Shades of Hoki #637F8A
Tints of Hoki #637F8A
RGB
CMYK
RGB Variations
Color information
#637F8A (or 0x637F8A) is known color: Hoki. HEX triplet: 63, 7F and 8A. RGB value is (99,127,138). Sum of RGB (Red+Green+Blue) = 99+127+138=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 138 - color contains mainly: blue. Hex color #637F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637F8A is #9C8075. Grayscale: #777777. Windows color (decimal): -10256502 or 9076579. OLE color: 9076579.
HSL color Cylindrical-coordinate representation of color #637F8A: hue angle of 196.92º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #637F8A is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 127 | 138 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.46 |
| HSL | 196.92º | 0.16% | 0.46% | - |
| HSV(B) | 196.92º | 0.28% | 0.54% | - |
| XYZ | 17.32 | 19.67 | 26.93 | - |
| YUV | 119.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 138 | 0.28 | 0.08 | 0 | 0.46 | 196.92 | 0.16 | 0.46 |
| Hex | 63 | 7F | 8A | 1C | 8 | 0 | 2E | C5 | 10 | 2E |
| Octal | 143 | 177 | 212 | 34 | 10 | 0 | 56 | 305 | 20 | 56 |
| Binary | 1100011 | 1111111 | 10001010 | 11100 | 1000 | 0 | 101110 | 11000101 | 10000 | 101110 |
Color Harmonies of #637F8A
Complementary color
Monochromatic Colors of #637F8A
Black with #637F8A
Text Example
Text Example
White with #637F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637F8A; }
p { color: rgb(99,127,138); }
H1.HeaderClassName
{
color: #637F8A;
}
.AnyTagClassName
{
color: #637F8A;
}
</style>
background-color css
<style>
a { background-color: #637F8A; }
a { background-color: rgb(99,127,138); }
div.DivClassName
{
background-color: #637F8A;
}
.BgClassName
{
background-color: #637F8A;
}
</style>
border-color css
<style>
span { border-color: #637F8A; }
span { border-color: rgb(99,127,138); }
td.TdClassName
{
border-color: #637F8A;
}
.TagClassName
{
border-color: #637F8A;
}
</style>