Shades of Hoki #678082
Tints of Hoki #678082
RGB
CMYK
RGB Variations
Color information
#678082 (or 0x678082) is known color: Hoki. HEX triplet: 67, 80 and 82. RGB value is (103,128,130). Sum of RGB (Red+Green+Blue) = 103+128+130=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #678082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678082 is #987F7D. Grayscale: #787878. Windows color (decimal): -9994110 or 8552551. OLE color: 8552551.
HSL color Cylindrical-coordinate representation of color #678082: hue angle of 184.44º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678082 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 128 | 130 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.49 |
| HSL | 184.44º | 0.12% | 0.46% | - |
| HSV(B) | 184.44º | 0.21% | 0.51% | - |
| XYZ | 17.34 | 19.93 | 24.05 | - |
| YUV | 120.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 130 | 0.21 | 0.02 | 0 | 0.49 | 184.44 | 0.12 | 0.46 |
| Hex | 67 | 80 | 82 | 15 | 2 | 0 | 31 | B8 | C | 2E |
| Octal | 147 | 200 | 202 | 25 | 2 | 0 | 61 | 270 | 14 | 56 |
| Binary | 1100111 | 10000000 | 10000010 | 10101 | 10 | 0 | 110001 | 10111000 | 1100 | 101110 |
Color Harmonies of #678082
Complementary color
Monochromatic Colors of #678082
Black with #678082
Text Example
Text Example
White with #678082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678082; }
p { color: rgb(103,128,130); }
H1.HeaderClassName
{
color: #678082;
}
.AnyTagClassName
{
color: #678082;
}
</style>
background-color css
<style>
a { background-color: #678082; }
a { background-color: rgb(103,128,130); }
div.DivClassName
{
background-color: #678082;
}
.BgClassName
{
background-color: #678082;
}
</style>
border-color css
<style>
span { border-color: #678082; }
span { border-color: rgb(103,128,130); }
td.TdClassName
{
border-color: #678082;
}
.TagClassName
{
border-color: #678082;
}
</style>