#637F83

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

Shades of Hoki #637F83

Tints of Hoki #637F83

Color information

#637F83 (or 0x637F83) is unknown color: approx Hoki. HEX triplet: 63, 7F and 83. RGB value is (99,127,131). Sum of RGB (Red+Green+Blue) = 99+127+131=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 131 - color contains mainly: blue. Hex color #637F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637F83 is #9C807C. Grayscale: #777777. Windows color (decimal): -10256509 or 8617827. OLE color: 8617827.

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

Color convert

RGB99127131-
CMYK0.240.0300.49
HSL187.5º13.91%45.1%-
HSV(B)187.5º24.43%51.37%-
XYZ16.8319.4724.34-
YUV119.08134.72113.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.73%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 131 (51.56% from 255) = 36.69%
R=27.73%
G=35.57%
B=36.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991271310.240.0300.49187.513.9145.1
Hex637F83183031bce2d
Octal1431772033030612741655
Binary110001111111111000001111000110110001101111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,127,131); }

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

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

 a { background-color: rgb(99,127,131); }

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

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

 span { border-color: rgb(99,127,131); }

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