Shades of Hoki #668183
Tints of Hoki #668183
RGB
CMYK
RGB Variations
Color information
#668183 (or 0x668183) is known color: Hoki. HEX triplet: 66, 81 and 83. RGB value is (102,129,131). Sum of RGB (Red+Green+Blue) = 102+129+131=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 131 - color contains mainly: blue. Hex color #668183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668183 is #997E7C. Grayscale: #797979. Windows color (decimal): -10059389 or 8618342. OLE color: 8618342.
HSL color Cylindrical-coordinate representation of color #668183: hue angle of 184.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668183 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 129 | 131 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.49 |
| HSL | 184.14º | 0.12% | 0.46% | - |
| HSV(B) | 184.14º | 0.22% | 0.51% | - |
| XYZ | 17.43 | 20.16 | 24.45 | - |
| YUV | 121.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 131 | 0.22 | 0.02 | 0 | 0.49 | 184.14 | 0.12 | 0.46 |
| Hex | 66 | 81 | 83 | 16 | 2 | 0 | 31 | B8 | C | 2E |
| Octal | 146 | 201 | 203 | 26 | 2 | 0 | 61 | 270 | 14 | 56 |
| Binary | 1100110 | 10000001 | 10000011 | 10110 | 10 | 0 | 110001 | 10111000 | 1100 | 101110 |
Color Harmonies of #668183
Complementary color
Monochromatic Colors of #668183
Black with #668183
Text Example
Text Example
White with #668183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668183; }
p { color: rgb(102,129,131); }
H1.HeaderClassName
{
color: #668183;
}
.AnyTagClassName
{
color: #668183;
}
</style>
background-color css
<style>
a { background-color: #668183; }
a { background-color: rgb(102,129,131); }
div.DivClassName
{
background-color: #668183;
}
.BgClassName
{
background-color: #668183;
}
</style>
border-color css
<style>
span { border-color: #668183; }
span { border-color: rgb(102,129,131); }
td.TdClassName
{
border-color: #668183;
}
.TagClassName
{
border-color: #668183;
}
</style>