Shades of Hoki #6B8186
Tints of Hoki #6B8186
RGB
CMYK
RGB Variations
Color information
#6B8186 (or 0x6B8186) is known color: Hoki. HEX triplet: 6B, 81 and 86. RGB value is (107,129,134). Sum of RGB (Red+Green+Blue) = 107+129+134=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 134 - color contains mainly: blue. Hex color #6B8186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8186 is #947E79. Grayscale: #7A7A7A. Windows color (decimal): -9731706 or 8814955. OLE color: 8814955.
HSL color Cylindrical-coordinate representation of color #6B8186: hue angle of 191.11º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B8186 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 129 | 134 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.47 |
| HSL | 191.11º | 0.11% | 0.47% | - |
| HSV(B) | 191.11º | 0.2% | 0.53% | - |
| XYZ | 18.22 | 20.55 | 25.56 | - |
| YUV | 122.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 134 | 0.20 | 0.04 | 0 | 0.47 | 191.11 | 0.11 | 0.47 |
| Hex | 6B | 81 | 86 | 14 | 4 | 0 | 2F | BF | B | 2F |
| Octal | 153 | 201 | 206 | 24 | 4 | 0 | 57 | 277 | 13 | 57 |
| Binary | 1101011 | 10000001 | 10000110 | 10100 | 100 | 0 | 101111 | 10111111 | 1011 | 101111 |
Color Harmonies of #6B8186
Complementary color
Monochromatic Colors of #6B8186
Black with #6B8186
Text Example
Text Example
White with #6B8186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8186; }
p { color: rgb(107,129,134); }
H1.HeaderClassName
{
color: #6B8186;
}
.AnyTagClassName
{
color: #6B8186;
}
</style>
background-color css
<style>
a { background-color: #6B8186; }
a { background-color: rgb(107,129,134); }
div.DivClassName
{
background-color: #6B8186;
}
.BgClassName
{
background-color: #6B8186;
}
</style>
border-color css
<style>
span { border-color: #6B8186; }
span { border-color: rgb(107,129,134); }
td.TdClassName
{
border-color: #6B8186;
}
.TagClassName
{
border-color: #6B8186;
}
</style>