Shades of Hoki #6F7F84
Tints of Hoki #6F7F84
RGB
CMYK
RGB Variations
Color information
#6F7F84 (or 0x6F7F84) is known color: Hoki. HEX triplet: 6F, 7F and 84. RGB value is (111,127,132). Sum of RGB (Red+Green+Blue) = 111+127+132=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F7F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7F84 is #90807B. Grayscale: #7A7A7A. Windows color (decimal): -9470076 or 8683375. OLE color: 8683375.
HSL color Cylindrical-coordinate representation of color #6F7F84: hue angle of 194.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F7F84 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 127 | 132 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.48 |
| HSL | 194.29º | 0.09% | 0.48% | - |
| HSV(B) | 194.29º | 0.16% | 0.52% | - |
| XYZ | 18.31 | 20.22 | 24.77 | - |
| YUV | 122.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 127 | 132 | 0.16 | 0.04 | 0 | 0.48 | 194.29 | 0.09 | 0.48 |
| Hex | 6F | 7F | 84 | 10 | 4 | 0 | 30 | C2 | 9 | 30 |
| Octal | 157 | 177 | 204 | 20 | 4 | 0 | 60 | 302 | 11 | 60 |
| Binary | 1101111 | 1111111 | 10000100 | 10000 | 100 | 0 | 110000 | 11000010 | 1001 | 110000 |
Color Harmonies of #6F7F84
Complementary color
Monochromatic Colors of #6F7F84
Black with #6F7F84
Text Example
Text Example
White with #6F7F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7F84; }
p { color: rgb(111,127,132); }
H1.HeaderClassName
{
color: #6F7F84;
}
.AnyTagClassName
{
color: #6F7F84;
}
</style>
background-color css
<style>
a { background-color: #6F7F84; }
a { background-color: rgb(111,127,132); }
div.DivClassName
{
background-color: #6F7F84;
}
.BgClassName
{
background-color: #6F7F84;
}
</style>
border-color css
<style>
span { border-color: #6F7F84; }
span { border-color: rgb(111,127,132); }
td.TdClassName
{
border-color: #6F7F84;
}
.TagClassName
{
border-color: #6F7F84;
}
</style>