Shades of Hoki #638189
Tints of Hoki #638189
RGB
CMYK
RGB Variations
Color information
#638189 (or 0x638189) is known color: Hoki. HEX triplet: 63, 81 and 89. RGB value is (99,129,137). Sum of RGB (Red+Green+Blue) = 99+129+137=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 137 - color contains mainly: blue. Hex color #638189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638189 is #9C7E76. Grayscale: #787878. Windows color (decimal): -10255991 or 9011555. OLE color: 9011555.
HSL color Cylindrical-coordinate representation of color #638189: hue angle of 192.63º 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 #638189 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 129 | 137 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.46 |
| HSL | 192.63º | 0.16% | 0.46% | - |
| HSV(B) | 192.63º | 0.28% | 0.54% | - |
| XYZ | 17.51 | 20.16 | 26.64 | - |
| YUV | 120.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 137 | 0.28 | 0.06 | 0 | 0.46 | 192.63 | 0.16 | 0.46 |
| Hex | 63 | 81 | 89 | 1C | 6 | 0 | 2E | C1 | 10 | 2E |
| Octal | 143 | 201 | 211 | 34 | 6 | 0 | 56 | 301 | 20 | 56 |
| Binary | 1100011 | 10000001 | 10001001 | 11100 | 110 | 0 | 101110 | 11000001 | 10000 | 101110 |
Color Harmonies of #638189
Complementary color
Monochromatic Colors of #638189
Black with #638189
Text Example
Text Example
White with #638189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638189; }
p { color: rgb(99,129,137); }
H1.HeaderClassName
{
color: #638189;
}
.AnyTagClassName
{
color: #638189;
}
</style>
background-color css
<style>
a { background-color: #638189; }
a { background-color: rgb(99,129,137); }
div.DivClassName
{
background-color: #638189;
}
.BgClassName
{
background-color: #638189;
}
</style>
border-color css
<style>
span { border-color: #638189; }
span { border-color: rgb(99,129,137); }
td.TdClassName
{
border-color: #638189;
}
.TagClassName
{
border-color: #638189;
}
</style>