Shades of Hoki #697B82
Tints of Hoki #697B82
RGB
CMYK
RGB Variations
Color information
#697B82 (or 0x697B82) is known color: Hoki. HEX triplet: 69, 7B and 82. RGB value is (105,123,130). Sum of RGB (Red+Green+Blue) = 105+123+130=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #697B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B82 is #96847D. Grayscale: #767676. Windows color (decimal): -9864318 or 8551273. OLE color: 8551273.
HSL color Cylindrical-coordinate representation of color #697B82: hue angle of 196.8º degrees, saturation: 0.11, 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 #697B82 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 123 | 130 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.49 |
| HSL | 196.8º | 0.11% | 0.46% | - |
| HSV(B) | 196.8º | 0.19% | 0.51% | - |
| XYZ | 16.94 | 18.78 | 23.85 | - |
| YUV | 118.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 130 | 0.19 | 0.05 | 0 | 0.49 | 196.8 | 0.11 | 0.46 |
| Hex | 69 | 7B | 82 | 13 | 5 | 0 | 31 | C5 | B | 2E |
| Octal | 151 | 173 | 202 | 23 | 5 | 0 | 61 | 305 | 13 | 56 |
| Binary | 1101001 | 1111011 | 10000010 | 10011 | 101 | 0 | 110001 | 11000101 | 1011 | 101110 |
Color Harmonies of #697B82
Complementary color
Monochromatic Colors of #697B82
Black with #697B82
Text Example
Text Example
White with #697B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B82; }
p { color: rgb(105,123,130); }
H1.HeaderClassName
{
color: #697B82;
}
.AnyTagClassName
{
color: #697B82;
}
</style>
background-color css
<style>
a { background-color: #697B82; }
a { background-color: rgb(105,123,130); }
div.DivClassName
{
background-color: #697B82;
}
.BgClassName
{
background-color: #697B82;
}
</style>
border-color css
<style>
span { border-color: #697B82; }
span { border-color: rgb(105,123,130); }
td.TdClassName
{
border-color: #697B82;
}
.TagClassName
{
border-color: #697B82;
}
</style>