Shades of Hoki #678183
Tints of Hoki #678183
RGB
CMYK
RGB Variations
Color information
#678183 (or 0x678183) is known color: Hoki. HEX triplet: 67, 81 and 83. RGB value is (103,129,131). Sum of RGB (Red+Green+Blue) = 103+129+131=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 131 - color contains mainly: blue. Hex color #678183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678183 is #987E7C. Grayscale: #797979. Windows color (decimal): -9993853 or 8618343. OLE color: 8618343.
HSL color Cylindrical-coordinate representation of color #678183: hue angle of 184.29º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678183 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 131 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.49 |
| HSL | 184.29º | 0.12% | 0.46% | - |
| HSV(B) | 184.29º | 0.21% | 0.51% | - |
| XYZ | 17.54 | 20.22 | 24.45 | - |
| YUV | 121.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 131 | 0.21 | 0.02 | 0 | 0.49 | 184.29 | 0.12 | 0.46 |
| Hex | 67 | 81 | 83 | 15 | 2 | 0 | 31 | B8 | C | 2E |
| Octal | 147 | 201 | 203 | 25 | 2 | 0 | 61 | 270 | 14 | 56 |
| Binary | 1100111 | 10000001 | 10000011 | 10101 | 10 | 0 | 110001 | 10111000 | 1100 | 101110 |
Color Harmonies of #678183
Complementary color
Monochromatic Colors of #678183
Black with #678183
Text Example
Text Example
White with #678183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678183; }
p { color: rgb(103,129,131); }
H1.HeaderClassName
{
color: #678183;
}
.AnyTagClassName
{
color: #678183;
}
</style>
background-color css
<style>
a { background-color: #678183; }
a { background-color: rgb(103,129,131); }
div.DivClassName
{
background-color: #678183;
}
.BgClassName
{
background-color: #678183;
}
</style>
border-color css
<style>
span { border-color: #678183; }
span { border-color: rgb(103,129,131); }
td.TdClassName
{
border-color: #678183;
}
.TagClassName
{
border-color: #678183;
}
</style>