#62818B

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

Shades of Hoki #62818B

Tints of Hoki #62818B

Color information

#62818B (or 0x62818B) is unknown color: approx Hoki. HEX triplet: 62, 81 and 8B. RGB value is (98,129,139). Sum of RGB (Red+Green+Blue) = 98+129+139=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #62818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62818B is #9D7E74. Grayscale: #787878. Windows color (decimal): -10321525 or 9142626. OLE color: 9142626.

HSL color Cylindrical-coordinate representation of color #62818B: hue angle of 194.63º 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 #62818B is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB98129139-
CMYK0.290.0700.45
HSL194.63º17.3%46.47%-
HSV(B)194.63º29.5%54.51%-
XYZ17.5520.1627.39-
YUV120.87138.23111.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.78%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=26.78%
G=35.25%
B=37.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981291390.290.0700.45194.6317.346.47
Hex62818B1D702Dc3112e
Octal1422012133570553032156
Binary110001010000001100010111110111101011011100001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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