#60797D

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

Shades of Blue Bayoux #60797D

Tints of Blue Bayoux #60797D

Color information

#60797D (or 0x60797D) is unknown color: approx Blue Bayoux. HEX triplet: 60, 79 and 7D. RGB value is (96,121,125). Sum of RGB (Red+Green+Blue) = 96+121+125=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 125 - color contains mainly: blue. Hex color #60797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60797D is #9F8682. Grayscale: #717171. Windows color (decimal): -10454659 or 8223072. OLE color: 8223072.

HSL color Cylindrical-coordinate representation of color #60797D: hue angle of 188.28º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60797D is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB96121125-
CMYK0.230.0300.51
HSL188.28º13.12%43.33%-
HSV(B)188.28º23.2%49.02%-
XYZ15.3617.6422-
YUV113.98134.22115.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.07%
GREEN value IS 121 (47.66% from 255) = 35.38%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=28.07%
G=35.38%
B=36.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961211250.230.0300.51188.2813.1243.33
Hex60797D173033bcd2b
Octal1401711752730632741553
Binary11000001111001111110110111110110011101111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,121,125); }

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

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

 a { background-color: rgb(96,121,125); }

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

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

 span { border-color: rgb(96,121,125); }

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