Shades of Hoki #667E88
Tints of Hoki #667E88
RGB
CMYK
RGB Variations
Color information
#667E88 (or 0x667E88) is known color: Hoki. HEX triplet: 66, 7E and 88. RGB value is (102,126,136). Sum of RGB (Red+Green+Blue) = 102+126+136=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 136 - color contains mainly: blue. Hex color #667E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E88 is #998177. Grayscale: #777777. Windows color (decimal): -10060152 or 8945254. OLE color: 8945254.
HSL color Cylindrical-coordinate representation of color #667E88: hue angle of 197.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #667E88 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 126 | 136 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.47 |
| HSL | 197.65º | 0.14% | 0.47% | - |
| HSV(B) | 197.65º | 0.25% | 0.53% | - |
| XYZ | 17.38 | 19.52 | 26.14 | - |
| YUV | 119.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 136 | 0.25 | 0.07 | 0 | 0.47 | 197.65 | 0.14 | 0.47 |
| Hex | 66 | 7E | 88 | 19 | 7 | 0 | 2F | C6 | E | 2F |
| Octal | 146 | 176 | 210 | 31 | 7 | 0 | 57 | 306 | 16 | 57 |
| Binary | 1100110 | 1111110 | 10001000 | 11001 | 111 | 0 | 101111 | 11000110 | 1110 | 101111 |
Color Harmonies of #667E88
Complementary color
Monochromatic Colors of #667E88
Black with #667E88
Text Example
Text Example
White with #667E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E88; }
p { color: rgb(102,126,136); }
H1.HeaderClassName
{
color: #667E88;
}
.AnyTagClassName
{
color: #667E88;
}
</style>
background-color css
<style>
a { background-color: #667E88; }
a { background-color: rgb(102,126,136); }
div.DivClassName
{
background-color: #667E88;
}
.BgClassName
{
background-color: #667E88;
}
</style>
border-color css
<style>
span { border-color: #667E88; }
span { border-color: rgb(102,126,136); }
td.TdClassName
{
border-color: #667E88;
}
.TagClassName
{
border-color: #667E88;
}
</style>