#62747C

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

Shades of Blue Bayoux #62747C

Tints of Blue Bayoux #62747C

Color information

#62747C (or 0x62747C) is unknown color: approx Blue Bayoux. HEX triplet: 62, 74 and 7C. RGB value is (98,116,124). Sum of RGB (Red+Green+Blue) = 98+116+124=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #62747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62747C is #9D8B83. Grayscale: #6F6F6F. Windows color (decimal): -10324868 or 8156258. OLE color: 8156258.

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

Color convert

RGB98116124-
CMYK0.210.0600.51
HSL198.46º11.71%43.53%-
HSV(B)198.46º20.97%48.63%-
XYZ14.9216.5421.48-
YUV111.53135.04118.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.99%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=28.99%
G=34.32%
B=36.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal981161240.210.0600.51198.4611.7143.53
Hex62747C156033c6c2c
Octal1421641742560633061454
Binary110001011101001111100101011100110011110001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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