Shades of Hoki #69828A
Tints of Hoki #69828A
RGB
CMYK
RGB Variations
Color information
#69828A (or 0x69828A) is known color: Hoki. HEX triplet: 69, 82 and 8A. RGB value is (105,130,138). Sum of RGB (Red+Green+Blue) = 105+130+138=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #69828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69828A is #967D75. Grayscale: #7B7B7B. Windows color (decimal): -9862518 or 9077353. OLE color: 9077353.
HSL color Cylindrical-coordinate representation of color #69828A: hue angle of 194.55º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69828A is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 130 | 138 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.46 |
| HSL | 194.55º | 0.14% | 0.48% | - |
| HSV(B) | 194.55º | 0.24% | 0.54% | - |
| XYZ | 18.4 | 20.8 | 27.09 | - |
| YUV | 123.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 138 | 0.24 | 0.06 | 0 | 0.46 | 194.55 | 0.14 | 0.48 |
| Hex | 69 | 82 | 8A | 18 | 6 | 0 | 2E | C3 | E | 30 |
| Octal | 151 | 202 | 212 | 30 | 6 | 0 | 56 | 303 | 16 | 60 |
| Binary | 1101001 | 10000010 | 10001010 | 11000 | 110 | 0 | 101110 | 11000011 | 1110 | 110000 |
Color Harmonies of #69828A
Complementary color
Monochromatic Colors of #69828A
Black with #69828A
Text Example
Text Example
White with #69828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69828A; }
p { color: rgb(105,130,138); }
H1.HeaderClassName
{
color: #69828A;
}
.AnyTagClassName
{
color: #69828A;
}
</style>
background-color css
<style>
a { background-color: #69828A; }
a { background-color: rgb(105,130,138); }
div.DivClassName
{
background-color: #69828A;
}
.BgClassName
{
background-color: #69828A;
}
</style>
border-color css
<style>
span { border-color: #69828A; }
span { border-color: rgb(105,130,138); }
td.TdClassName
{
border-color: #69828A;
}
.TagClassName
{
border-color: #69828A;
}
</style>