Shades of Hoki #68828A
Tints of Hoki #68828A
RGB
CMYK
RGB Variations
Color information
#68828A (or 0x68828A) is known color: Hoki. HEX triplet: 68, 82 and 8A. RGB value is (104,130,138). Sum of RGB (Red+Green+Blue) = 104+130+138=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 138 - color contains mainly: blue. Hex color #68828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68828A is #977D75. Grayscale: #7B7B7B. Windows color (decimal): -9928054 or 9077352. OLE color: 9077352.
HSL color Cylindrical-coordinate representation of color #68828A: hue angle of 194.12º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68828A is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 130 | 138 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.46 |
| HSL | 194.12º | 0.14% | 0.47% | - |
| HSV(B) | 194.12º | 0.25% | 0.54% | - |
| XYZ | 18.28 | 20.74 | 27.09 | - |
| YUV | 123.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 138 | 0.25 | 0.06 | 0 | 0.46 | 194.12 | 0.14 | 0.47 |
| Hex | 68 | 82 | 8A | 19 | 6 | 0 | 2E | C2 | E | 2F |
| Octal | 150 | 202 | 212 | 31 | 6 | 0 | 56 | 302 | 16 | 57 |
| Binary | 1101000 | 10000010 | 10001010 | 11001 | 110 | 0 | 101110 | 11000010 | 1110 | 101111 |
Color Harmonies of #68828A
Complementary color
Monochromatic Colors of #68828A
Black with #68828A
Text Example
Text Example
White with #68828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68828A; }
p { color: rgb(104,130,138); }
H1.HeaderClassName
{
color: #68828A;
}
.AnyTagClassName
{
color: #68828A;
}
</style>
background-color css
<style>
a { background-color: #68828A; }
a { background-color: rgb(104,130,138); }
div.DivClassName
{
background-color: #68828A;
}
.BgClassName
{
background-color: #68828A;
}
</style>
border-color css
<style>
span { border-color: #68828A; }
span { border-color: rgb(104,130,138); }
td.TdClassName
{
border-color: #68828A;
}
.TagClassName
{
border-color: #68828A;
}
</style>