#627D82

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

Shades of Hoki #627D82

Tints of Hoki #627D82

Color information

#627D82 (or 0x627D82) is unknown color: approx Hoki. HEX triplet: 62, 7D and 82. RGB value is (98,125,130). Sum of RGB (Red+Green+Blue) = 98+125+130=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #627D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D82 is #9D827D. Grayscale: #757575. Windows color (decimal): -10322558 or 8551778. OLE color: 8551778.

HSL color Cylindrical-coordinate representation of color #627D82: hue angle of 189.38º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #627D82 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98125130-
CMYK0.250.0400.49
HSL189.38º14.04%44.71%-
HSV(B)189.38º24.62%50.98%-
XYZ16.418.8823.9-
YUV117.5135.05114.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.76%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=27.76%
G=35.41%
B=36.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981251300.250.0400.49189.3814.0444.71
Hex627D82194031bde2d
Octal1421752023140612751655
Binary1100010111110110000010110011000110001101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627D82; }

 p { color: rgb(98,125,130); }

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

<style>
 a { background-color: #627D82; }

 a { background-color: rgb(98,125,130); }

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

<style>
 span { border-color: #627D82; }

 span { border-color: rgb(98,125,130); }

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