Shades of Hoki #66808A
Tints of Hoki #66808A
RGB
CMYK
RGB Variations
Color information
#66808A (or 0x66808A) is known color: Hoki. HEX triplet: 66, 80 and 8A. RGB value is (102,128,138). Sum of RGB (Red+Green+Blue) = 102+128+138=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #66808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66808A is #997F75. Grayscale: #797979. Windows color (decimal): -10059638 or 9076838. OLE color: 9076838.
HSL color Cylindrical-coordinate representation of color #66808A: hue angle of 196.67º 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 #66808A is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 128 | 138 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.46 |
| HSL | 196.67º | 0.15% | 0.47% | - |
| HSV(B) | 196.67º | 0.26% | 0.54% | - |
| XYZ | 17.79 | 20.1 | 26.99 | - |
| YUV | 121.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 138 | 0.26 | 0.07 | 0 | 0.46 | 196.67 | 0.15 | 0.47 |
| Hex | 66 | 80 | 8A | 1A | 7 | 0 | 2E | C5 | F | 2F |
| Octal | 146 | 200 | 212 | 32 | 7 | 0 | 56 | 305 | 17 | 57 |
| Binary | 1100110 | 10000000 | 10001010 | 11010 | 111 | 0 | 101110 | 11000101 | 1111 | 101111 |
Color Harmonies of #66808A
Complementary color
Monochromatic Colors of #66808A
Black with #66808A
Text Example
Text Example
White with #66808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66808A; }
p { color: rgb(102,128,138); }
H1.HeaderClassName
{
color: #66808A;
}
.AnyTagClassName
{
color: #66808A;
}
</style>
background-color css
<style>
a { background-color: #66808A; }
a { background-color: rgb(102,128,138); }
div.DivClassName
{
background-color: #66808A;
}
.BgClassName
{
background-color: #66808A;
}
</style>
border-color css
<style>
span { border-color: #66808A; }
span { border-color: rgb(102,128,138); }
td.TdClassName
{
border-color: #66808A;
}
.TagClassName
{
border-color: #66808A;
}
</style>