#62808B

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

Shades of Hoki #62808B

Tints of Hoki #62808B

Color information

#62808B (or 0x62808B) is unknown color: approx Hoki. HEX triplet: 62, 80 and 8B. RGB value is (98,128,139). Sum of RGB (Red+Green+Blue) = 98+128+139=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #62808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62808B is #9D7F74. Grayscale: #787878. Windows color (decimal): -10321781 or 9142370. OLE color: 9142370.

HSL color Cylindrical-coordinate representation of color #62808B: hue angle of 196.1º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62808B is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98128139-
CMYK0.290.0800.45
HSL196.1º17.3%46.47%-
HSV(B)196.1º29.5%54.51%-
XYZ17.4219.927.35-
YUV120.28138.56112.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.85%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=26.85%
G=35.07%
B=38.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981281390.290.0800.45196.117.346.47
Hex62808B1D802Dc4112e
Octal14220021335100553042156
Binary1100010100000001000101111101100001011011100010010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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