#62818E

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

Shades of Hoki #62818E

Tints of Hoki #62818E

Color information

#62818E (or 0x62818E) is unknown color: approx Hoki. HEX triplet: 62, 81 and 8E. RGB value is (98,129,142). Sum of RGB (Red+Green+Blue) = 98+129+142=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #62818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62818E is #9D7E71. Grayscale: #797979. Windows color (decimal): -10321522 or 9339234. OLE color: 9339234.

HSL color Cylindrical-coordinate representation of color #62818E: hue angle of 197.73º 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 #62818E is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98129142-
CMYK0.310.0900.44
HSL197.73º18.33%47.06%-
HSV(B)197.73º30.99%55.69%-
XYZ17.7720.2528.56-
YUV121.21139.73111.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=26.56%
G=34.96%
B=38.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981291420.310.0900.44197.7318.3347.06
Hex62818E1F902Cc6122f
Octal14220121637110543062257
Binary1100010100000011000111011111100101011001100011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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