Shades of Hoki #667D87
Tints of Hoki #667D87
RGB
CMYK
RGB Variations
Color information
#667D87 (or 0x667D87) is known color: Hoki. HEX triplet: 66, 7D and 87. RGB value is (102,125,135). Sum of RGB (Red+Green+Blue) = 102+125+135=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #667D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D87 is #998278. Grayscale: #777777. Windows color (decimal): -10060409 or 8879462. OLE color: 8879462.
HSL color Cylindrical-coordinate representation of color #667D87: hue angle of 198.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #667D87 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 125 | 135 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.47 |
| HSL | 198.18º | 0.14% | 0.46% | - |
| HSV(B) | 198.18º | 0.24% | 0.53% | - |
| XYZ | 17.19 | 19.24 | 25.73 | - |
| YUV | 119.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 135 | 0.24 | 0.07 | 0 | 0.47 | 198.18 | 0.14 | 0.46 |
| Hex | 66 | 7D | 87 | 18 | 7 | 0 | 2F | C6 | E | 2E |
| Octal | 146 | 175 | 207 | 30 | 7 | 0 | 57 | 306 | 16 | 56 |
| Binary | 1100110 | 1111101 | 10000111 | 11000 | 111 | 0 | 101111 | 11000110 | 1110 | 101110 |
Color Harmonies of #667D87
Complementary color
Monochromatic Colors of #667D87
Black with #667D87
Text Example
Text Example
White with #667D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667D87; }
p { color: rgb(102,125,135); }
H1.HeaderClassName
{
color: #667D87;
}
.AnyTagClassName
{
color: #667D87;
}
</style>
background-color css
<style>
a { background-color: #667D87; }
a { background-color: rgb(102,125,135); }
div.DivClassName
{
background-color: #667D87;
}
.BgClassName
{
background-color: #667D87;
}
</style>
border-color css
<style>
span { border-color: #667D87; }
span { border-color: rgb(102,125,135); }
td.TdClassName
{
border-color: #667D87;
}
.TagClassName
{
border-color: #667D87;
}
</style>