#62767F

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

Shades of Blue Bayoux #62767F

Tints of Blue Bayoux #62767F

Color information

#62767F (or 0x62767F) is unknown color: approx Blue Bayoux. HEX triplet: 62, 76 and 7F. RGB value is (98,118,127). Sum of RGB (Red+Green+Blue) = 98+118+127=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 127 - color contains mainly: blue. Hex color #62767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62767F is #9D8980. Grayscale: #707070. Windows color (decimal): -10324353 or 8353378. OLE color: 8353378.

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

Color convert

RGB98118127-
CMYK0.230.0700.50
HSL198.62º12.89%44.12%-
HSV(B)198.62º22.83%49.8%-
XYZ15.3517.0922.57-
YUV113.05135.87117.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.57%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 127 (50% from 255) = 37.03%
R=28.57%
G=34.40%
B=37.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981181270.230.0700.50198.6212.8944.12
Hex62767F177032c7d2c
Octal1421661772770623071554
Binary110001011101101111111101111110110010110001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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