#60757E

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

Shades of Blue Bayoux #60757E

Tints of Blue Bayoux #60757E

Color information

#60757E (or 0x60757E) is unknown color: approx Blue Bayoux. HEX triplet: 60, 75 and 7E. RGB value is (96,117,126). Sum of RGB (Red+Green+Blue) = 96+117+126=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 126 - color contains mainly: blue. Hex color #60757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60757E is #9F8A81. Grayscale: #6F6F6F. Windows color (decimal): -10455682 or 8287584. OLE color: 8287584.

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

Color convert

RGB96117126-
CMYK0.240.0700.51
HSL198º13.51%43.53%-
HSV(B)198º23.81%49.41%-
XYZ14.9516.7222.18-
YUV111.75136.04116.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=28.32%
G=34.51%
B=37.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961171260.240.0700.5119813.5143.53
Hex60757E187033c6e2c
Octal1401651763070633061654
Binary110000011101011111110110001110110011110001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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