#637C82

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

Shades of Hoki #637C82

Tints of Hoki #637C82

Color information

#637C82 (or 0x637C82) is unknown color: approx Hoki. HEX triplet: 63, 7C and 82. RGB value is (99,124,130). Sum of RGB (Red+Green+Blue) = 99+124+130=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 124 (48.83% from 255 or 35.13% 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 #637C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637C82 is #9C837D. Grayscale: #757575. Windows color (decimal): -10257278 or 8551523. OLE color: 8551523.

HSL color Cylindrical-coordinate representation of color #637C82: hue angle of 191.61º 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 #637C82 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB99124130-
CMYK0.240.0500.49
HSL191.61º13.54%44.9%-
HSV(B)191.61º23.85%50.98%-
XYZ16.3818.6823.86-
YUV117.21135.22115.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.05%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=28.05%
G=35.13%
B=36.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991241300.240.0500.49191.6113.5444.9
Hex637C82185031c0e2d
Octal1431742023050613001655
Binary1100011111110010000010110001010110001110000001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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