Shades of Hoki #6D8184
Tints of Hoki #6D8184
RGB
CMYK
RGB Variations
Color information
#6D8184 (or 0x6D8184) is known color: Hoki. HEX triplet: 6D, 81 and 84. RGB value is (109,129,132). Sum of RGB (Red+Green+Blue) = 109+129+132=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 129 (50.78% from 255 or 34.86% 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 #6D8184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8184 is #927E7B. Grayscale: #7B7B7B. Windows color (decimal): -9600636 or 8683885. OLE color: 8683885.
HSL color Cylindrical-coordinate representation of color #6D8184: hue angle of 187.83º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D8184 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 129 | 132 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.48 |
| HSL | 187.83º | 0.1% | 0.47% | - |
| HSV(B) | 187.83º | 0.17% | 0.52% | - |
| XYZ | 18.32 | 20.62 | 24.84 | - |
| YUV | 123.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 132 | 0.17 | 0.02 | 0 | 0.48 | 187.83 | 0.1 | 0.47 |
| Hex | 6D | 81 | 84 | 11 | 2 | 0 | 30 | BC | A | 2F |
| Octal | 155 | 201 | 204 | 21 | 2 | 0 | 60 | 274 | 12 | 57 |
| Binary | 1101101 | 10000001 | 10000100 | 10001 | 10 | 0 | 110000 | 10111100 | 1010 | 101111 |
Color Harmonies of #6D8184
Complementary color
Monochromatic Colors of #6D8184
Black with #6D8184
Text Example
Text Example
White with #6D8184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8184; }
p { color: rgb(109,129,132); }
H1.HeaderClassName
{
color: #6D8184;
}
.AnyTagClassName
{
color: #6D8184;
}
</style>
background-color css
<style>
a { background-color: #6D8184; }
a { background-color: rgb(109,129,132); }
div.DivClassName
{
background-color: #6D8184;
}
.BgClassName
{
background-color: #6D8184;
}
</style>
border-color css
<style>
span { border-color: #6D8184; }
span { border-color: rgb(109,129,132); }
td.TdClassName
{
border-color: #6D8184;
}
.TagClassName
{
border-color: #6D8184;
}
</style>