Shades of Hoki #6F7C80
Tints of Hoki #6F7C80
RGB
CMYK
RGB Variations
Color information
#6F7C80 (or 0x6F7C80) is known color: Hoki. HEX triplet: 6F, 7C and 80. RGB value is (111,124,128). Sum of RGB (Red+Green+Blue) = 111+124+128=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F7C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7C80 is #90837F. Grayscale: #787878. Windows color (decimal): -9470848 or 8420463. OLE color: 8420463.
HSL color Cylindrical-coordinate representation of color #6F7C80: hue angle of 194.12º 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 #6F7C80 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 124 | 128 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.50 |
| HSL | 194.12º | 0.07% | 0.47% | - |
| HSV(B) | 194.12º | 0.13% | 0.5% | - |
| XYZ | 17.66 | 19.35 | 23.23 | - |
| YUV | 120.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 128 | 0.13 | 0.03 | 0 | 0.50 | 194.12 | 0.07 | 0.47 |
| Hex | 6F | 7C | 80 | D | 3 | 0 | 32 | C2 | 7 | 2F |
| Octal | 157 | 174 | 200 | 15 | 3 | 0 | 62 | 302 | 7 | 57 |
| Binary | 1101111 | 1111100 | 10000000 | 1101 | 11 | 0 | 110010 | 11000010 | 111 | 101111 |
Color Harmonies of #6F7C80
Complementary color
Monochromatic Colors of #6F7C80
Black with #6F7C80
Text Example
Text Example
White with #6F7C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7C80; }
p { color: rgb(111,124,128); }
H1.HeaderClassName
{
color: #6F7C80;
}
.AnyTagClassName
{
color: #6F7C80;
}
</style>
background-color css
<style>
a { background-color: #6F7C80; }
a { background-color: rgb(111,124,128); }
div.DivClassName
{
background-color: #6F7C80;
}
.BgClassName
{
background-color: #6F7C80;
}
</style>
border-color css
<style>
span { border-color: #6F7C80; }
span { border-color: rgb(111,124,128); }
td.TdClassName
{
border-color: #6F7C80;
}
.TagClassName
{
border-color: #6F7C80;
}
</style>