#60707C

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

Shades of Blue Bayoux #60707C

Tints of Blue Bayoux #60707C

Color information

#60707C (or 0x60707C) is unknown color: approx Blue Bayoux. HEX triplet: 60, 70 and 7C. RGB value is (96,112,124). Sum of RGB (Red+Green+Blue) = 96+112+124=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #60707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60707C is #9F8F83. Grayscale: #6C6C6C. Windows color (decimal): -10456964 or 8155232. OLE color: 8155232.

HSL color Cylindrical-coordinate representation of color #60707C: hue angle of 205.71º 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 #60707C is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB96112124-
CMYK0.230.1000.51
HSL205.71º12.73%43.14%-
HSV(B)205.71º22.58%48.63%-
XYZ14.2615.5321.32-
YUV108.58136.7119.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=28.92%
G=33.73%
B=37.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961121240.230.1000.51205.7112.7343.14
Hex60707C17A033ced2b
Octal14016017427120633161553
Binary1100000111000011111001011110100110011110011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60707C; }

 p { color: rgb(96,112,124); }

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

<style>
 a { background-color: #60707C; }

 a { background-color: rgb(96,112,124); }

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

<style>
 span { border-color: #60707C; }

 span { border-color: rgb(96,112,124); }

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