#62808D

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

Shades of Hoki #62808D

Tints of Hoki #62808D

Color information

#62808D (or 0x62808D) is unknown color: approx Hoki. HEX triplet: 62, 80 and 8D. RGB value is (98,128,141). Sum of RGB (Red+Green+Blue) = 98+128+141=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #62808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62808D is #9D7F72. Grayscale: #787878. Windows color (decimal): -10321779 or 9273442. OLE color: 9273442.

HSL color Cylindrical-coordinate representation of color #62808D: hue angle of 198.14º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62808D is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98128141-
CMYK0.300.0900.45
HSL198.14º17.99%46.86%-
HSV(B)198.14º30.5%55.29%-
XYZ17.5619.9628.13-
YUV120.51139.56111.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 141 (55.47% from 255) = 38.42%
R=26.70%
G=34.88%
B=38.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981281410.300.0900.45198.1417.9946.86
Hex62808D1E902Dc6122f
Octal14220021536110553062257
Binary1100010100000001000110111110100101011011100011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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