Shades of Hoki #6F7F80
Tints of Hoki #6F7F80
RGB
CMYK
RGB Variations
Color information
#6F7F80 (or 0x6F7F80) is known color: Hoki. HEX triplet: 6F, 7F and 80. RGB value is (111,127,128). Sum of RGB (Red+Green+Blue) = 111+127+128=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F7F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7F80 is #90807F. Grayscale: #7A7A7A. Windows color (decimal): -9470080 or 8421231. OLE color: 8421231.
HSL color Cylindrical-coordinate representation of color #6F7F80: hue angle of 183.53º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F7F80 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 127 | 128 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.50 |
| HSL | 183.53º | 0.07% | 0.47% | - |
| HSV(B) | 183.53º | 0.13% | 0.5% | - |
| XYZ | 18.04 | 20.12 | 23.35 | - |
| YUV | 122.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 127 | 128 | 0.13 | 0.01 | 0 | 0.50 | 183.53 | 0.07 | 0.47 |
| Hex | 6F | 7F | 80 | D | 1 | 0 | 32 | B8 | 7 | 2F |
| Octal | 157 | 177 | 200 | 15 | 1 | 0 | 62 | 270 | 7 | 57 |
| Binary | 1101111 | 1111111 | 10000000 | 1101 | 1 | 0 | 110010 | 10111000 | 111 | 101111 |
Color Harmonies of #6F7F80
Complementary color
Monochromatic Colors of #6F7F80
Black with #6F7F80
Text Example
Text Example
White with #6F7F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7F80; }
p { color: rgb(111,127,128); }
H1.HeaderClassName
{
color: #6F7F80;
}
.AnyTagClassName
{
color: #6F7F80;
}
</style>
background-color css
<style>
a { background-color: #6F7F80; }
a { background-color: rgb(111,127,128); }
div.DivClassName
{
background-color: #6F7F80;
}
.BgClassName
{
background-color: #6F7F80;
}
</style>
border-color css
<style>
span { border-color: #6F7F80; }
span { border-color: rgb(111,127,128); }
td.TdClassName
{
border-color: #6F7F80;
}
.TagClassName
{
border-color: #6F7F80;
}
</style>