#637B85

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

Shades of Hoki #637B85

Tints of Hoki #637B85

Color information

#637B85 (or 0x637B85) is unknown color: approx Hoki. HEX triplet: 63, 7B and 85. RGB value is (99,123,133). Sum of RGB (Red+Green+Blue) = 99+123+133=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #637B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637B85 is #9C847A. Grayscale: #747474. Windows color (decimal): -10257531 or 8747875. OLE color: 8747875.

HSL color Cylindrical-coordinate representation of color #637B85: hue angle of 197.65º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #637B85 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB99123133-
CMYK0.260.0800.48
HSL197.65º14.66%45.49%-
HSV(B)197.65º25.56%52.16%-
XYZ16.4618.5124.9-
YUV116.96137.05115.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.89%
GREEN value IS 123 (48.44% from 255) = 34.65%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=27.89%
G=34.65%
B=37.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991231330.260.0800.48197.6514.6645.49
Hex637B851A8030c6f2d
Octal14317320532100603061755
Binary11000111111011100001011101010000110000110001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,123,133); }

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

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

 a { background-color: rgb(99,123,133); }

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

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

 span { border-color: rgb(99,123,133); }

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