#62747E

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

Shades of Blue Bayoux #62747E

Tints of Blue Bayoux #62747E

Color information

#62747E (or 0x62747E) is unknown color: approx Blue Bayoux. HEX triplet: 62, 74 and 7E. RGB value is (98,116,126). Sum of RGB (Red+Green+Blue) = 98+116+126=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 126 - color contains mainly: blue. Hex color #62747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62747E is #9D8B81. Grayscale: #6F6F6F. Windows color (decimal): -10324866 or 8287330. OLE color: 8287330.

HSL color Cylindrical-coordinate representation of color #62747E: hue angle of 201.43º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #62747E is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB98116126-
CMYK0.220.0800.51
HSL201.43º12.5%43.92%-
HSV(B)201.43º22.22%49.41%-
XYZ15.0516.5922.15-
YUV111.76136.04118.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.82%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 126 (49.61% from 255) = 37.06%
R=28.82%
G=34.12%
B=37.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal981161260.220.0800.51201.4312.543.92
Hex62747E168033c9c2c
Octal14216417626100633111454
Binary1100010111010011111101011010000110011110010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62747E; }

 p { color: rgb(98,116,126); }

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

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

 a { background-color: rgb(98,116,126); }

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

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

 span { border-color: rgb(98,116,126); }

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