Shades of Hoki #6D8185
Tints of Hoki #6D8185
RGB
CMYK
RGB Variations
Color information
#6D8185 (or 0x6D8185) is known color: Hoki. HEX triplet: 6D, 81 and 85. RGB value is (109,129,133). Sum of RGB (Red+Green+Blue) = 109+129+133=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D8185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8185 is #927E7A. Grayscale: #7B7B7B. Windows color (decimal): -9600635 or 8749421. OLE color: 8749421.
HSL color Cylindrical-coordinate representation of color #6D8185: hue angle of 190º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D8185 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 129 | 133 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.48 |
| HSL | 190º | 0.1% | 0.47% | - |
| HSV(B) | 190º | 0.18% | 0.52% | - |
| XYZ | 18.39 | 20.65 | 25.21 | - |
| YUV | 123.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 133 | 0.18 | 0.03 | 0 | 0.48 | 190 | 0.1 | 0.47 |
| Hex | 6D | 81 | 85 | 12 | 3 | 0 | 30 | BE | A | 2F |
| Octal | 155 | 201 | 205 | 22 | 3 | 0 | 60 | 276 | 12 | 57 |
| Binary | 1101101 | 10000001 | 10000101 | 10010 | 11 | 0 | 110000 | 10111110 | 1010 | 101111 |
Color Harmonies of #6D8185
Complementary color
Monochromatic Colors of #6D8185
Black with #6D8185
Text Example
Text Example
White with #6D8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8185; }
p { color: rgb(109,129,133); }
H1.HeaderClassName
{
color: #6D8185;
}
.AnyTagClassName
{
color: #6D8185;
}
</style>
background-color css
<style>
a { background-color: #6D8185; }
a { background-color: rgb(109,129,133); }
div.DivClassName
{
background-color: #6D8185;
}
.BgClassName
{
background-color: #6D8185;
}
</style>
border-color css
<style>
span { border-color: #6D8185; }
span { border-color: rgb(109,129,133); }
td.TdClassName
{
border-color: #6D8185;
}
.TagClassName
{
border-color: #6D8185;
}
</style>