#60727A

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

Shades of Blue Bayoux #60727A

Tints of Blue Bayoux #60727A

Color information

#60727A (or 0x60727A) is unknown color: approx Blue Bayoux. HEX triplet: 60, 72 and 7A. RGB value is (96,114,122). Sum of RGB (Red+Green+Blue) = 96+114+122=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #60727A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60727A is #9F8D85. Grayscale: #6D6D6D. Windows color (decimal): -10456454 or 8024672. OLE color: 8024672.

HSL color Cylindrical-coordinate representation of color #60727A: hue angle of 198.46º 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 #60727A is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB96114122-
CMYK0.210.0700.52
HSL198.46º11.93%42.75%-
HSV(B)198.46º21.31%47.84%-
XYZ14.3515.9320.73-
YUV109.53135.04118.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=28.92%
G=34.34%
B=36.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961141220.210.0700.52198.4611.9342.75
Hex60727A157034c6c2b
Octal1401621722570643061453
Binary110000011100101111010101011110110100110001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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