#60757A

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

Shades of Blue Bayoux #60757A

Tints of Blue Bayoux #60757A

Color information

#60757A (or 0x60757A) is unknown color: approx Blue Bayoux. HEX triplet: 60, 75 and 7A. RGB value is (96,117,122). Sum of RGB (Red+Green+Blue) = 96+117+122=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #60757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60757A is #9F8A85. Grayscale: #6F6F6F. Windows color (decimal): -10455686 or 8025440. OLE color: 8025440.

HSL color Cylindrical-coordinate representation of color #60757A: hue angle of 191.54º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60757A is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB96117122-
CMYK0.210.0400.52
HSL191.54º11.93%42.75%-
HSV(B)191.54º21.31%47.84%-
XYZ14.716.6120.84-
YUV111.29134.04117.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=28.66%
G=34.93%
B=36.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961171220.210.0400.52191.5411.9342.75
Hex60757A154034c0c2b
Octal1401651722540643001453
Binary110000011101011111010101011000110100110000001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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