#60757F

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

Shades of Blue Bayoux #60757F

Tints of Blue Bayoux #60757F

Color information

#60757F (or 0x60757F) is unknown color: approx Blue Bayoux. HEX triplet: 60, 75 and 7F. RGB value is (96,117,127). Sum of RGB (Red+Green+Blue) = 96+117+127=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #60757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60757F is #9F8A80. Grayscale: #6F6F6F. Windows color (decimal): -10455681 or 8353120. OLE color: 8353120.

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

Color convert

RGB96117127-
CMYK0.240.0800.50
HSL199.35º13.9%43.73%-
HSV(B)199.35º24.41%49.8%-
XYZ15.0216.7422.52-
YUV111.86136.54116.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 127 (50% from 255) = 37.35%
R=28.24%
G=34.41%
B=37.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961171270.240.0800.50199.3513.943.73
Hex60757F188032c7e2c
Octal14016517730100623071654
Binary1100000111010111111111100010000110010110001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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