#628087

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

Shades of Hoki #628087

Tints of Hoki #628087

Color information

#628087 (or 0x628087) is unknown color: approx Hoki. HEX triplet: 62, 80 and 87. RGB value is (98,128,135). Sum of RGB (Red+Green+Blue) = 98+128+135=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: blue. Hex color #628087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628087 is #9D7F78. Grayscale: #777777. Windows color (decimal): -10321785 or 8880226. OLE color: 8880226.

HSL color Cylindrical-coordinate representation of color #628087: hue angle of 191.35º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #628087 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB98128135-
CMYK0.270.0500.47
HSL191.35º15.88%45.69%-
HSV(B)191.35º27.41%52.94%-
XYZ17.1319.7825.84-
YUV119.83136.56112.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.15%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=27.15%
G=35.46%
B=37.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981281350.270.0500.47191.3515.8845.69
Hex6280871B502Fbf102e
Octal1422002073350572772056
Binary110001010000000100001111101110101011111011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628087; }

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

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

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

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

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

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

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

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