#62747F

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

Shades of Blue Bayoux #62747F

Tints of Blue Bayoux #62747F

Color information

#62747F (or 0x62747F) is unknown color: approx Blue Bayoux. HEX triplet: 62, 74 and 7F. RGB value is (98,116,127). Sum of RGB (Red+Green+Blue) = 98+116+127=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #62747F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62747F is #9D8B80. Grayscale: #6F6F6F. Windows color (decimal): -10324865 or 8352866. OLE color: 8352866.

HSL color Cylindrical-coordinate representation of color #62747F: hue angle of 202.76º 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 #62747F is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB98116127-
CMYK0.230.0900.50
HSL202.76º12.89%44.12%-
HSV(B)202.76º22.83%49.8%-
XYZ15.1116.6222.49-
YUV111.87136.54118.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.74%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 127 (50% from 255) = 37.24%
R=28.74%
G=34.02%
B=37.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981161270.230.0900.50202.7612.8944.12
Hex62747F179032cbd2c
Octal14216417727110623131554
Binary1100010111010011111111011110010110010110010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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