Shades of Hoki #697A81
Tints of Hoki #697A81
RGB
CMYK
RGB Variations
Color information
#697A81 (or 0x697A81) is known color: Hoki. HEX triplet: 69, 7A and 81. RGB value is (105,122,129). Sum of RGB (Red+Green+Blue) = 105+122+129=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 129 - color contains mainly: blue. Hex color #697A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697A81 is #96857E. Grayscale: #757575. Windows color (decimal): -9864575 or 8485481. OLE color: 8485481.
HSL color Cylindrical-coordinate representation of color #697A81: hue angle of 197.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #697A81 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 122 | 129 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.49 |
| HSL | 197.5º | 0.1% | 0.46% | - |
| HSV(B) | 197.5º | 0.19% | 0.51% | - |
| XYZ | 16.75 | 18.51 | 23.46 | - |
| YUV | 117.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 129 | 0.19 | 0.05 | 0 | 0.49 | 197.5 | 0.1 | 0.46 |
| Hex | 69 | 7A | 81 | 13 | 5 | 0 | 31 | C6 | A | 2E |
| Octal | 151 | 172 | 201 | 23 | 5 | 0 | 61 | 306 | 12 | 56 |
| Binary | 1101001 | 1111010 | 10000001 | 10011 | 101 | 0 | 110001 | 11000110 | 1010 | 101110 |
Color Harmonies of #697A81
Complementary color
Monochromatic Colors of #697A81
Black with #697A81
Text Example
Text Example
White with #697A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A81; }
p { color: rgb(105,122,129); }
H1.HeaderClassName
{
color: #697A81;
}
.AnyTagClassName
{
color: #697A81;
}
</style>
background-color css
<style>
a { background-color: #697A81; }
a { background-color: rgb(105,122,129); }
div.DivClassName
{
background-color: #697A81;
}
.BgClassName
{
background-color: #697A81;
}
</style>
border-color css
<style>
span { border-color: #697A81; }
span { border-color: rgb(105,122,129); }
td.TdClassName
{
border-color: #697A81;
}
.TagClassName
{
border-color: #697A81;
}
</style>