#637A82

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

Shades of Hoki #637A82

Tints of Hoki #637A82

Color information

#637A82 (or 0x637A82) is unknown color: approx Hoki. HEX triplet: 63, 7A and 82. RGB value is (99,122,130). Sum of RGB (Red+Green+Blue) = 99+122+130=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #637A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637A82 is #9C857D. Grayscale: #737373. Windows color (decimal): -10257790 or 8551011. OLE color: 8551011.

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

Color convert

RGB99122130-
CMYK0.240.0600.49
HSL195.48º13.54%44.9%-
HSV(B)195.48º23.85%50.98%-
XYZ16.1318.1823.78-
YUV116.04135.88115.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.21%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=28.21%
G=34.76%
B=37.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991221300.240.0600.49195.4813.5444.9
Hex637A82186031c3e2d
Octal1431722023060613031655
Binary1100011111101010000010110001100110001110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637A82; }

 p { color: rgb(99,122,130); }

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

<style>
 a { background-color: #637A82; }

 a { background-color: rgb(99,122,130); }

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

<style>
 span { border-color: #637A82; }

 span { border-color: rgb(99,122,130); }

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