#628081

Color #628081 Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #628081

Tints of Hoki #628081

Color information

#628081 (or 0x628081) is unknown color: approx Hoki. HEX triplet: 62, 80 and 81. RGB value is (98,128,129). Sum of RGB (Red+Green+Blue) = 98+128+129=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 129 - color contains mainly: blue. Hex color #628081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628081 is #9D7F7E. Grayscale: #777777. Windows color (decimal): -10321791 or 8487010. OLE color: 8487010.

HSL color Cylindrical-coordinate representation of color #628081: hue angle of 181.94º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #628081 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98128129-
CMYK0.240.0100.49
HSL181.94º13.66%44.51%-
HSV(B)181.94º24.03%50.59%-
XYZ16.7219.6223.67-
YUV119.14133.56112.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=27.61%
G=36.06%
B=36.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981281290.240.0100.49181.9413.6644.51
Hex628081181031b6e2d
Octal1422002013010612661655
Binary110001010000000100000011100010110001101101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628081; }

 p { color: rgb(98,128,129); }

 H1.HeaderClassName
 {
   color: #628081;
 }
 .AnyTagClassName
 {
   color: #628081;
 }
</style>
background-color css

<style>
 a { background-color: #628081; }

 a { background-color: rgb(98,128,129); }

 div.DivClassName
 {
   background-color: #628081;
 }
 .BgClassName
 {
   background-color: #628081;
 }
</style>
border-color css

<style>
 span { border-color: #628081; }

 span { border-color: rgb(98,128,129); }

 td.TdClassName
 {
   border-color: #628081;
 }
 .TagClassName
 {
   border-color: #628081;
 }
</style>