#627F82

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

Shades of Hoki #627F82

Tints of Hoki #627F82

Color information

#627F82 (or 0x627F82) is unknown color: approx Hoki. HEX triplet: 62, 7F and 82. RGB value is (98,127,130). Sum of RGB (Red+Green+Blue) = 98+127+130=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 130 - color contains mainly: blue. Hex color #627F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627F82 is #9D807D. Grayscale: #767676. Windows color (decimal): -10322046 or 8552290. OLE color: 8552290.

HSL color Cylindrical-coordinate representation of color #627F82: hue angle of 185.62º 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 #627F82 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98127130-
CMYK0.250.0200.49
HSL185.62º14.04%44.71%-
HSV(B)185.62º24.62%50.98%-
XYZ16.6619.3923.98-
YUV118.67134.39113.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 127 (50% from 255) = 35.77%
BLUE value IS 130 (51.17% from 255) = 36.62%
R=27.61%
G=35.77%
B=36.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981271300.250.0200.49185.6214.0444.71
Hex627F82192031bae2d
Octal1421772023120612721655
Binary110001011111111000001011001100110001101110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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