Shades of Hoki #678083
Tints of Hoki #678083
RGB
CMYK
RGB Variations
Color information
#678083 (or 0x678083) is known color: Hoki. HEX triplet: 67, 80 and 83. RGB value is (103,128,131). Sum of RGB (Red+Green+Blue) = 103+128+131=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 128 (50.39% from 255 or 35.36% 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 #678083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678083 is #987F7C. Grayscale: #787878. Windows color (decimal): -9994109 or 8618087. OLE color: 8618087.
HSL color Cylindrical-coordinate representation of color #678083: hue angle of 186.43º 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 #678083 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 128 | 131 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.49 |
| HSL | 186.43º | 0.12% | 0.46% | - |
| HSV(B) | 186.43º | 0.21% | 0.51% | - |
| XYZ | 17.41 | 19.96 | 24.41 | - |
| YUV | 120.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 131 | 0.21 | 0.02 | 0 | 0.49 | 186.43 | 0.12 | 0.46 |
| Hex | 67 | 80 | 83 | 15 | 2 | 0 | 31 | BA | C | 2E |
| Octal | 147 | 200 | 203 | 25 | 2 | 0 | 61 | 272 | 14 | 56 |
| Binary | 1100111 | 10000000 | 10000011 | 10101 | 10 | 0 | 110001 | 10111010 | 1100 | 101110 |
Color Harmonies of #678083
Complementary color
Monochromatic Colors of #678083
Black with #678083
Text Example
Text Example
White with #678083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678083; }
p { color: rgb(103,128,131); }
H1.HeaderClassName
{
color: #678083;
}
.AnyTagClassName
{
color: #678083;
}
</style>
background-color css
<style>
a { background-color: #678083; }
a { background-color: rgb(103,128,131); }
div.DivClassName
{
background-color: #678083;
}
.BgClassName
{
background-color: #678083;
}
</style>
border-color css
<style>
span { border-color: #678083; }
span { border-color: rgb(103,128,131); }
td.TdClassName
{
border-color: #678083;
}
.TagClassName
{
border-color: #678083;
}
</style>