Shades of Hoki #63828A
Tints of Hoki #63828A
RGB
CMYK
RGB Variations
Color information
#63828A (or 0x63828A) is known color: Hoki. HEX triplet: 63, 82 and 8A. RGB value is (99,130,138). Sum of RGB (Red+Green+Blue) = 99+130+138=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #63828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63828A is #9C7D75. Grayscale: #797979. Windows color (decimal): -10255734 or 9077347. OLE color: 9077347.
HSL color Cylindrical-coordinate representation of color #63828A: hue angle of 192.31º 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 #63828A is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 130 | 138 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.46 |
| HSL | 192.31º | 0.16% | 0.46% | - |
| HSV(B) | 192.31º | 0.28% | 0.54% | - |
| XYZ | 17.72 | 20.45 | 27.06 | - |
| YUV | 121.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 138 | 0.28 | 0.06 | 0 | 0.46 | 192.31 | 0.16 | 0.46 |
| Hex | 63 | 82 | 8A | 1C | 6 | 0 | 2E | C0 | 10 | 2E |
| Octal | 143 | 202 | 212 | 34 | 6 | 0 | 56 | 300 | 20 | 56 |
| Binary | 1100011 | 10000010 | 10001010 | 11100 | 110 | 0 | 101110 | 11000000 | 10000 | 101110 |
Color Harmonies of #63828A
Complementary color
Monochromatic Colors of #63828A
Black with #63828A
Text Example
Text Example
White with #63828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63828A; }
p { color: rgb(99,130,138); }
H1.HeaderClassName
{
color: #63828A;
}
.AnyTagClassName
{
color: #63828A;
}
</style>
background-color css
<style>
a { background-color: #63828A; }
a { background-color: rgb(99,130,138); }
div.DivClassName
{
background-color: #63828A;
}
.BgClassName
{
background-color: #63828A;
}
</style>
border-color css
<style>
span { border-color: #63828A; }
span { border-color: rgb(99,130,138); }
td.TdClassName
{
border-color: #63828A;
}
.TagClassName
{
border-color: #63828A;
}
</style>