Shades of Hoki #6A8089
Tints of Hoki #6A8089
RGB
CMYK
RGB Variations
Color information
#6A8089 (or 0x6A8089) is known color: Hoki. HEX triplet: 6A, 80 and 89. RGB value is (106,128,137). Sum of RGB (Red+Green+Blue) = 106+128+137=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A8089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8089 is #957F76. Grayscale: #7A7A7A. Windows color (decimal): -9797495 or 9011306. OLE color: 9011306.
HSL color Cylindrical-coordinate representation of color #6A8089: hue angle of 197.42º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A8089 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 128 | 137 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.46 |
| HSL | 197.42º | 0.13% | 0.48% | - |
| HSV(B) | 197.42º | 0.23% | 0.54% | - |
| XYZ | 18.18 | 20.31 | 26.63 | - |
| YUV | 122.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 128 | 137 | 0.23 | 0.07 | 0 | 0.46 | 197.42 | 0.13 | 0.48 |
| Hex | 6A | 80 | 89 | 17 | 7 | 0 | 2E | C5 | D | 30 |
| Octal | 152 | 200 | 211 | 27 | 7 | 0 | 56 | 305 | 15 | 60 |
| Binary | 1101010 | 10000000 | 10001001 | 10111 | 111 | 0 | 101110 | 11000101 | 1101 | 110000 |
Color Harmonies of #6A8089
Complementary color
Monochromatic Colors of #6A8089
Black with #6A8089
Text Example
Text Example
White with #6A8089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8089; }
p { color: rgb(106,128,137); }
H1.HeaderClassName
{
color: #6A8089;
}
.AnyTagClassName
{
color: #6A8089;
}
</style>
background-color css
<style>
a { background-color: #6A8089; }
a { background-color: rgb(106,128,137); }
div.DivClassName
{
background-color: #6A8089;
}
.BgClassName
{
background-color: #6A8089;
}
</style>
border-color css
<style>
span { border-color: #6A8089; }
span { border-color: rgb(106,128,137); }
td.TdClassName
{
border-color: #6A8089;
}
.TagClassName
{
border-color: #6A8089;
}
</style>