Shades of Hoki #697F83
Tints of Hoki #697F83
RGB
CMYK
RGB Variations
Color information
#697F83 (or 0x697F83) is known color: Hoki. HEX triplet: 69, 7F and 83. RGB value is (105,127,131). Sum of RGB (Red+Green+Blue) = 105+127+131=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 131 - color contains mainly: blue. Hex color #697F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697F83 is #96807C. Grayscale: #787878. Windows color (decimal): -9863293 or 8617833. OLE color: 8617833.
HSL color Cylindrical-coordinate representation of color #697F83: hue angle of 189.23º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #697F83 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 127 | 131 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.49 |
| HSL | 189.23º | 0.11% | 0.46% | - |
| HSV(B) | 189.23º | 0.2% | 0.51% | - |
| XYZ | 17.51 | 19.82 | 24.38 | - |
| YUV | 120.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 131 | 0.20 | 0.03 | 0 | 0.49 | 189.23 | 0.11 | 0.46 |
| Hex | 69 | 7F | 83 | 14 | 3 | 0 | 31 | BD | B | 2E |
| Octal | 151 | 177 | 203 | 24 | 3 | 0 | 61 | 275 | 13 | 56 |
| Binary | 1101001 | 1111111 | 10000011 | 10100 | 11 | 0 | 110001 | 10111101 | 1011 | 101110 |
Color Harmonies of #697F83
Complementary color
Monochromatic Colors of #697F83
Black with #697F83
Text Example
Text Example
White with #697F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F83; }
p { color: rgb(105,127,131); }
H1.HeaderClassName
{
color: #697F83;
}
.AnyTagClassName
{
color: #697F83;
}
</style>
background-color css
<style>
a { background-color: #697F83; }
a { background-color: rgb(105,127,131); }
div.DivClassName
{
background-color: #697F83;
}
.BgClassName
{
background-color: #697F83;
}
</style>
border-color css
<style>
span { border-color: #697F83; }
span { border-color: rgb(105,127,131); }
td.TdClassName
{
border-color: #697F83;
}
.TagClassName
{
border-color: #697F83;
}
</style>