#62787F

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

Shades of Blue Bayoux #62787F

Tints of Blue Bayoux #62787F

Color information

#62787F (or 0x62787F) is unknown color: approx Blue Bayoux. HEX triplet: 62, 78 and 7F. RGB value is (98,120,127). Sum of RGB (Red+Green+Blue) = 98+120+127=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 127 - color contains mainly: blue. Hex color #62787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62787F is #9D8780. Grayscale: #727272. Windows color (decimal): -10323841 or 8353890. OLE color: 8353890.

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

Color convert

RGB98120127-
CMYK0.230.0600.50
HSL194.48º12.89%44.12%-
HSV(B)194.48º22.83%49.8%-
XYZ15.5817.5622.65-
YUV114.22135.21116.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 127 (50% from 255) = 36.81%
R=28.41%
G=34.78%
B=36.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981201270.230.0600.50194.4812.8944.12
Hex62787F176032c2d2c
Octal1421701772760623021554
Binary110001011110001111111101111100110010110000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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