Shades of Hoki #66828C
Tints of Hoki #66828C
RGB
CMYK
RGB Variations
Color information
#66828C (or 0x66828C) is known color: Hoki. HEX triplet: 66, 82 and 8C. RGB value is (102,130,140). Sum of RGB (Red+Green+Blue) = 102+130+140=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 140 - color contains mainly: blue. Hex color #66828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66828C is #997D73. Grayscale: #7A7A7A. Windows color (decimal): -10059124 or 9208422. OLE color: 9208422.
HSL color Cylindrical-coordinate representation of color #66828C: hue angle of 195.79º 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 #66828C is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 130 | 140 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.45 |
| HSL | 195.79º | 0.16% | 0.47% | - |
| HSV(B) | 195.79º | 0.27% | 0.55% | - |
| XYZ | 18.2 | 20.68 | 27.84 | - |
| YUV | 122.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 140 | 0.27 | 0.07 | 0 | 0.45 | 195.79 | 0.16 | 0.47 |
| Hex | 66 | 82 | 8C | 1B | 7 | 0 | 2D | C4 | 10 | 2F |
| Octal | 146 | 202 | 214 | 33 | 7 | 0 | 55 | 304 | 20 | 57 |
| Binary | 1100110 | 10000010 | 10001100 | 11011 | 111 | 0 | 101101 | 11000100 | 10000 | 101111 |
Color Harmonies of #66828C
Complementary color
Monochromatic Colors of #66828C
Black with #66828C
Text Example
Text Example
White with #66828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66828C; }
p { color: rgb(102,130,140); }
H1.HeaderClassName
{
color: #66828C;
}
.AnyTagClassName
{
color: #66828C;
}
</style>
background-color css
<style>
a { background-color: #66828C; }
a { background-color: rgb(102,130,140); }
div.DivClassName
{
background-color: #66828C;
}
.BgClassName
{
background-color: #66828C;
}
</style>
border-color css
<style>
span { border-color: #66828C; }
span { border-color: rgb(102,130,140); }
td.TdClassName
{
border-color: #66828C;
}
.TagClassName
{
border-color: #66828C;
}
</style>