Shades of Hoki #628284
Tints of Hoki #628284
RGB
CMYK
RGB Variations
Color information
#628284 (or 0x628284) is known color: Hoki. HEX triplet: 62, 82 and 84. RGB value is (98,130,132). Sum of RGB (Red+Green+Blue) = 98+130+132=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #628284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628284 is #9D7D7B. Grayscale: #787878. Windows color (decimal): -10321276 or 8684130. OLE color: 8684130.
HSL color Cylindrical-coordinate representation of color #628284: hue angle of 183.53º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #628284 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 130 | 132 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.48 |
| HSL | 183.53º | 0.15% | 0.45% | - |
| HSV(B) | 183.53º | 0.26% | 0.52% | - |
| XYZ | 17.18 | 20.23 | 24.83 | - |
| YUV | 120.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 132 | 0.26 | 0.02 | 0 | 0.48 | 183.53 | 0.15 | 0.45 |
| Hex | 62 | 82 | 84 | 1A | 2 | 0 | 30 | B8 | F | 2D |
| Octal | 142 | 202 | 204 | 32 | 2 | 0 | 60 | 270 | 17 | 55 |
| Binary | 1100010 | 10000010 | 10000100 | 11010 | 10 | 0 | 110000 | 10111000 | 1111 | 101101 |
Color Harmonies of #628284
Complementary color
Monochromatic Colors of #628284
Black with #628284
Text Example
Text Example
White with #628284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628284; }
p { color: rgb(98,130,132); }
H1.HeaderClassName
{
color: #628284;
}
.AnyTagClassName
{
color: #628284;
}
</style>
background-color css
<style>
a { background-color: #628284; }
a { background-color: rgb(98,130,132); }
div.DivClassName
{
background-color: #628284;
}
.BgClassName
{
background-color: #628284;
}
</style>
border-color css
<style>
span { border-color: #628284; }
span { border-color: rgb(98,130,132); }
td.TdClassName
{
border-color: #628284;
}
.TagClassName
{
border-color: #628284;
}
</style>