Shades of Hoki #637E8A
Tints of Hoki #637E8A
RGB
CMYK
RGB Variations
Color information
#637E8A (or 0x637E8A) is known color: Hoki. HEX triplet: 63, 7E and 8A. RGB value is (99,126,138). Sum of RGB (Red+Green+Blue) = 99+126+138=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #637E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637E8A is #9C8175. Grayscale: #777777. Windows color (decimal): -10256758 or 9076323. OLE color: 9076323.
HSL color Cylindrical-coordinate representation of color #637E8A: hue angle of 198.46º 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 #637E8A is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 126 | 138 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.46 |
| HSL | 198.46º | 0.16% | 0.46% | - |
| HSV(B) | 198.46º | 0.28% | 0.54% | - |
| XYZ | 17.19 | 19.41 | 26.88 | - |
| YUV | 119.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 126 | 138 | 0.28 | 0.09 | 0 | 0.46 | 198.46 | 0.16 | 0.46 |
| Hex | 63 | 7E | 8A | 1C | 9 | 0 | 2E | C6 | 10 | 2E |
| Octal | 143 | 176 | 212 | 34 | 11 | 0 | 56 | 306 | 20 | 56 |
| Binary | 1100011 | 1111110 | 10001010 | 11100 | 1001 | 0 | 101110 | 11000110 | 10000 | 101110 |
Color Harmonies of #637E8A
Complementary color
Monochromatic Colors of #637E8A
Black with #637E8A
Text Example
Text Example
White with #637E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637E8A; }
p { color: rgb(99,126,138); }
H1.HeaderClassName
{
color: #637E8A;
}
.AnyTagClassName
{
color: #637E8A;
}
</style>
background-color css
<style>
a { background-color: #637E8A; }
a { background-color: rgb(99,126,138); }
div.DivClassName
{
background-color: #637E8A;
}
.BgClassName
{
background-color: #637E8A;
}
</style>
border-color css
<style>
span { border-color: #637E8A; }
span { border-color: rgb(99,126,138); }
td.TdClassName
{
border-color: #637E8A;
}
.TagClassName
{
border-color: #637E8A;
}
</style>