Shades of Hoki #678289
Tints of Hoki #678289
RGB
CMYK
RGB Variations
Color information
#678289 (or 0x678289) is known color: Hoki. HEX triplet: 67, 82 and 89. RGB value is (103,130,137). Sum of RGB (Red+Green+Blue) = 103+130+137=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #678289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678289 is #987D76. Grayscale: #7A7A7A. Windows color (decimal): -9993591 or 9011815. OLE color: 9011815.
HSL color Cylindrical-coordinate representation of color #678289: hue angle of 192.35º 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 #678289 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 130 | 137 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.46 |
| HSL | 192.35º | 0.14% | 0.47% | - |
| HSV(B) | 192.35º | 0.25% | 0.54% | - |
| XYZ | 18.09 | 20.65 | 26.7 | - |
| YUV | 122.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 137 | 0.25 | 0.05 | 0 | 0.46 | 192.35 | 0.14 | 0.47 |
| Hex | 67 | 82 | 89 | 19 | 5 | 0 | 2E | C0 | E | 2F |
| Octal | 147 | 202 | 211 | 31 | 5 | 0 | 56 | 300 | 16 | 57 |
| Binary | 1100111 | 10000010 | 10001001 | 11001 | 101 | 0 | 101110 | 11000000 | 1110 | 101111 |
Color Harmonies of #678289
Complementary color
Monochromatic Colors of #678289
Black with #678289
Text Example
Text Example
White with #678289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678289; }
p { color: rgb(103,130,137); }
H1.HeaderClassName
{
color: #678289;
}
.AnyTagClassName
{
color: #678289;
}
</style>
background-color css
<style>
a { background-color: #678289; }
a { background-color: rgb(103,130,137); }
div.DivClassName
{
background-color: #678289;
}
.BgClassName
{
background-color: #678289;
}
</style>
border-color css
<style>
span { border-color: #678289; }
span { border-color: rgb(103,130,137); }
td.TdClassName
{
border-color: #678289;
}
.TagClassName
{
border-color: #678289;
}
</style>