#62808E

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

Shades of Hoki #62808E

Tints of Hoki #62808E

Color information

#62808E (or 0x62808E) is unknown color: approx Hoki. HEX triplet: 62, 80 and 8E. RGB value is (98,128,142). Sum of RGB (Red+Green+Blue) = 98+128+142=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #62808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62808E is #9D7F71. Grayscale: #787878. Windows color (decimal): -10321778 or 9338978. OLE color: 9338978.

HSL color Cylindrical-coordinate representation of color #62808E: hue angle of 199.09º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62808E is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98128142-
CMYK0.310.1000.44
HSL199.09º18.33%47.06%-
HSV(B)199.09º30.99%55.69%-
XYZ17.6419.9928.52-
YUV120.63140.06111.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.63%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=26.63%
G=34.78%
B=38.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981281420.310.1000.44199.0918.3347.06
Hex62808E1FA02Cc7122f
Octal14220021637120543072257
Binary1100010100000001000111011111101001011001100011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62808E; }

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

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

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

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

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

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

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

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