Shades of Hoki #678284
Tints of Hoki #678284
RGB
CMYK
RGB Variations
Color information
#678284 (or 0x678284) is known color: Hoki. HEX triplet: 67, 82 and 84. RGB value is (103,130,132). Sum of RGB (Red+Green+Blue) = 103+130+132=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #678284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678284 is #987D7B. Grayscale: #7A7A7A. Windows color (decimal): -9993596 or 8684135. OLE color: 8684135.
HSL color Cylindrical-coordinate representation of color #678284: hue angle of 184.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #678284 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 130 | 132 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.48 |
| HSL | 184.14º | 0.12% | 0.46% | - |
| HSV(B) | 184.14º | 0.22% | 0.52% | - |
| XYZ | 17.74 | 20.51 | 24.85 | - |
| YUV | 122.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 132 | 0.22 | 0.02 | 0 | 0.48 | 184.14 | 0.12 | 0.46 |
| Hex | 67 | 82 | 84 | 16 | 2 | 0 | 30 | B8 | C | 2E |
| Octal | 147 | 202 | 204 | 26 | 2 | 0 | 60 | 270 | 14 | 56 |
| Binary | 1100111 | 10000010 | 10000100 | 10110 | 10 | 0 | 110000 | 10111000 | 1100 | 101110 |
Color Harmonies of #678284
Complementary color
Monochromatic Colors of #678284
Black with #678284
Text Example
Text Example
White with #678284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678284; }
p { color: rgb(103,130,132); }
H1.HeaderClassName
{
color: #678284;
}
.AnyTagClassName
{
color: #678284;
}
</style>
background-color css
<style>
a { background-color: #678284; }
a { background-color: rgb(103,130,132); }
div.DivClassName
{
background-color: #678284;
}
.BgClassName
{
background-color: #678284;
}
</style>
border-color css
<style>
span { border-color: #678284; }
span { border-color: rgb(103,130,132); }
td.TdClassName
{
border-color: #678284;
}
.TagClassName
{
border-color: #678284;
}
</style>