Shades of Hoki #6C8186
Tints of Hoki #6C8186
RGB
CMYK
RGB Variations
Color information
#6C8186 (or 0x6C8186) is known color: Hoki. HEX triplet: 6C, 81 and 86. RGB value is (108,129,134). Sum of RGB (Red+Green+Blue) = 108+129+134=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C8186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8186 is #937E79. Grayscale: #7B7B7B. Windows color (decimal): -9666170 or 8814956. OLE color: 8814956.
HSL color Cylindrical-coordinate representation of color #6C8186: hue angle of 191.54º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C8186 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 129 | 134 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.47 |
| HSL | 191.54º | 0.11% | 0.47% | - |
| HSV(B) | 191.54º | 0.19% | 0.53% | - |
| XYZ | 18.34 | 20.61 | 25.57 | - |
| YUV | 123.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 129 | 134 | 0.19 | 0.04 | 0 | 0.47 | 191.54 | 0.11 | 0.47 |
| Hex | 6C | 81 | 86 | 13 | 4 | 0 | 2F | C0 | B | 2F |
| Octal | 154 | 201 | 206 | 23 | 4 | 0 | 57 | 300 | 13 | 57 |
| Binary | 1101100 | 10000001 | 10000110 | 10011 | 100 | 0 | 101111 | 11000000 | 1011 | 101111 |
Color Harmonies of #6C8186
Complementary color
Monochromatic Colors of #6C8186
Black with #6C8186
Text Example
Text Example
White with #6C8186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8186; }
p { color: rgb(108,129,134); }
H1.HeaderClassName
{
color: #6C8186;
}
.AnyTagClassName
{
color: #6C8186;
}
</style>
background-color css
<style>
a { background-color: #6C8186; }
a { background-color: rgb(108,129,134); }
div.DivClassName
{
background-color: #6C8186;
}
.BgClassName
{
background-color: #6C8186;
}
</style>
border-color css
<style>
span { border-color: #6C8186; }
span { border-color: rgb(108,129,134); }
td.TdClassName
{
border-color: #6C8186;
}
.TagClassName
{
border-color: #6C8186;
}
</style>