Shades of Hoki #667E89
Tints of Hoki #667E89
RGB
CMYK
RGB Variations
Color information
#667E89 (or 0x667E89) is known color: Hoki. HEX triplet: 66, 7E and 89. RGB value is (102,126,137). Sum of RGB (Red+Green+Blue) = 102+126+137=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 137 - color contains mainly: blue. Hex color #667E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E89 is #998176. Grayscale: #787878. Windows color (decimal): -10060151 or 9010790. OLE color: 9010790.
HSL color Cylindrical-coordinate representation of color #667E89: hue angle of 198.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #667E89 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 126 | 137 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.46 |
| HSL | 198.86º | 0.15% | 0.47% | - |
| HSV(B) | 198.86º | 0.26% | 0.54% | - |
| XYZ | 17.46 | 19.55 | 26.52 | - |
| YUV | 120.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 137 | 0.26 | 0.08 | 0 | 0.46 | 198.86 | 0.15 | 0.47 |
| Hex | 66 | 7E | 89 | 1A | 8 | 0 | 2E | C7 | F | 2F |
| Octal | 146 | 176 | 211 | 32 | 10 | 0 | 56 | 307 | 17 | 57 |
| Binary | 1100110 | 1111110 | 10001001 | 11010 | 1000 | 0 | 101110 | 11000111 | 1111 | 101111 |
Color Harmonies of #667E89
Complementary color
Monochromatic Colors of #667E89
Black with #667E89
Text Example
Text Example
White with #667E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E89; }
p { color: rgb(102,126,137); }
H1.HeaderClassName
{
color: #667E89;
}
.AnyTagClassName
{
color: #667E89;
}
</style>
background-color css
<style>
a { background-color: #667E89; }
a { background-color: rgb(102,126,137); }
div.DivClassName
{
background-color: #667E89;
}
.BgClassName
{
background-color: #667E89;
}
</style>
border-color css
<style>
span { border-color: #667E89; }
span { border-color: rgb(102,126,137); }
td.TdClassName
{
border-color: #667E89;
}
.TagClassName
{
border-color: #667E89;
}
</style>