Shades of Hoki #68828B
Tints of Hoki #68828B
RGB
CMYK
RGB Variations
Color information
#68828B (or 0x68828B) is known color: Hoki. HEX triplet: 68, 82 and 8B. RGB value is (104,130,139). Sum of RGB (Red+Green+Blue) = 104+130+139=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #68828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68828B is #977D74. Grayscale: #7B7B7B. Windows color (decimal): -9928053 or 9142888. OLE color: 9142888.
HSL color Cylindrical-coordinate representation of color #68828B: hue angle of 195.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68828B is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 130 | 139 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.45 |
| HSL | 195.43º | 0.14% | 0.48% | - |
| HSV(B) | 195.43º | 0.25% | 0.55% | - |
| XYZ | 18.35 | 20.77 | 27.47 | - |
| YUV | 123.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 139 | 0.25 | 0.06 | 0 | 0.45 | 195.43 | 0.14 | 0.48 |
| Hex | 68 | 82 | 8B | 19 | 6 | 0 | 2D | C3 | E | 30 |
| Octal | 150 | 202 | 213 | 31 | 6 | 0 | 55 | 303 | 16 | 60 |
| Binary | 1101000 | 10000010 | 10001011 | 11001 | 110 | 0 | 101101 | 11000011 | 1110 | 110000 |
Color Harmonies of #68828B
Complementary color
Monochromatic Colors of #68828B
Black with #68828B
Text Example
Text Example
White with #68828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68828B; }
p { color: rgb(104,130,139); }
H1.HeaderClassName
{
color: #68828B;
}
.AnyTagClassName
{
color: #68828B;
}
</style>
background-color css
<style>
a { background-color: #68828B; }
a { background-color: rgb(104,130,139); }
div.DivClassName
{
background-color: #68828B;
}
.BgClassName
{
background-color: #68828B;
}
</style>
border-color css
<style>
span { border-color: #68828B; }
span { border-color: rgb(104,130,139); }
td.TdClassName
{
border-color: #68828B;
}
.TagClassName
{
border-color: #68828B;
}
</style>