Shades of Hoki #66818C
Tints of Hoki #66818C
RGB
CMYK
RGB Variations
Color information
#66818C (or 0x66818C) is known color: Hoki. HEX triplet: 66, 81 and 8C. RGB value is (102,129,140). Sum of RGB (Red+Green+Blue) = 102+129+140=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #66818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66818C is #997E73. Grayscale: #7A7A7A. Windows color (decimal): -10059380 or 9208166. OLE color: 9208166.
HSL color Cylindrical-coordinate representation of color #66818C: hue angle of 197.37º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66818C is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 129 | 140 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.45 |
| HSL | 197.37º | 0.16% | 0.47% | - |
| HSV(B) | 197.37º | 0.27% | 0.55% | - |
| XYZ | 18.06 | 20.42 | 27.8 | - |
| YUV | 122.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 140 | 0.27 | 0.08 | 0 | 0.45 | 197.37 | 0.16 | 0.47 |
| Hex | 66 | 81 | 8C | 1B | 8 | 0 | 2D | C5 | 10 | 2F |
| Octal | 146 | 201 | 214 | 33 | 10 | 0 | 55 | 305 | 20 | 57 |
| Binary | 1100110 | 10000001 | 10001100 | 11011 | 1000 | 0 | 101101 | 11000101 | 10000 | 101111 |
Color Harmonies of #66818C
Complementary color
Monochromatic Colors of #66818C
Black with #66818C
Text Example
Text Example
White with #66818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66818C; }
p { color: rgb(102,129,140); }
H1.HeaderClassName
{
color: #66818C;
}
.AnyTagClassName
{
color: #66818C;
}
</style>
background-color css
<style>
a { background-color: #66818C; }
a { background-color: rgb(102,129,140); }
div.DivClassName
{
background-color: #66818C;
}
.BgClassName
{
background-color: #66818C;
}
</style>
border-color css
<style>
span { border-color: #66818C; }
span { border-color: rgb(102,129,140); }
td.TdClassName
{
border-color: #66818C;
}
.TagClassName
{
border-color: #66818C;
}
</style>