#637982

Color #637982 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #637982

Tints of Blue Bayoux #637982

Color information

#637982 (or 0x637982) is unknown color: approx Blue Bayoux. HEX triplet: 63, 79 and 82. RGB value is (99,121,130). Sum of RGB (Red+Green+Blue) = 99+121+130=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #637982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637982 is #9C867D. Grayscale: #737373. Windows color (decimal): -10258046 or 8550755. OLE color: 8550755.

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

Color convert

RGB99121130-
CMYK0.240.0700.49
HSL197.42º13.54%44.9%-
HSV(B)197.42º23.85%50.98%-
XYZ16.0117.9423.74-
YUV115.45136.21116.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.29%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 130 (51.17% from 255) = 37.14%
R=28.29%
G=34.57%
B=37.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991211300.240.0700.49197.4213.5444.9
Hex637982187031c5e2d
Octal1431712023070613051655
Binary1100011111100110000010110001110110001110001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637982; }

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

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

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

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

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

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

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

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