#62757F

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

Shades of Blue Bayoux #62757F

Tints of Blue Bayoux #62757F

Color information

#62757F (or 0x62757F) is unknown color: approx Blue Bayoux. HEX triplet: 62, 75 and 7F. RGB value is (98,117,127). Sum of RGB (Red+Green+Blue) = 98+117+127=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #62757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62757F is #9D8A80. Grayscale: #707070. Windows color (decimal): -10324609 or 8353122. OLE color: 8353122.

HSL color Cylindrical-coordinate representation of color #62757F: hue angle of 200.69º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #62757F is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB98117127-
CMYK0.230.0800.50
HSL200.69º12.89%44.12%-
HSV(B)200.69º22.83%49.8%-
XYZ15.2316.8522.53-
YUV112.46136.21117.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.65%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 127 (50% from 255) = 37.13%
R=28.65%
G=34.21%
B=37.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981171270.230.0800.50200.6912.8944.12
Hex62757F178032c9d2c
Octal14216517727100623111554
Binary1100010111010111111111011110000110010110010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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