#62757D

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

Shades of Blue Bayoux #62757D

Tints of Blue Bayoux #62757D

Color information

#62757D (or 0x62757D) is unknown color: approx Blue Bayoux. HEX triplet: 62, 75 and 7D. RGB value is (98,117,125). Sum of RGB (Red+Green+Blue) = 98+117+125=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 125 - color contains mainly: blue. Hex color #62757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62757D is #9D8A82. Grayscale: #707070. Windows color (decimal): -10324611 or 8222050. OLE color: 8222050.

HSL color Cylindrical-coordinate representation of color #62757D: hue angle of 197.78º 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 #62757D is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB98117125-
CMYK0.220.0600.51
HSL197.78º12.11%43.73%-
HSV(B)197.78º21.6%49.02%-
XYZ15.116.821.85-
YUV112.23135.21117.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.82%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=28.82%
G=34.41%
B=36.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal981171250.220.0600.51197.7812.1143.73
Hex62757D166033c6c2c
Octal1421651752660633061454
Binary110001011101011111101101101100110011110001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62757D; }

 p { color: rgb(98,117,125); }

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

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

 a { background-color: rgb(98,117,125); }

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

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

 span { border-color: rgb(98,117,125); }

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