#60717B

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

Shades of Blue Bayoux #60717B

Tints of Blue Bayoux #60717B

Color information

#60717B (or 0x60717B) is unknown color: approx Blue Bayoux. HEX triplet: 60, 71 and 7B. RGB value is (96,113,123). Sum of RGB (Red+Green+Blue) = 96+113+123=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 123 - color contains mainly: blue. Hex color #60717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60717B is #9F8E84. Grayscale: #6D6D6D. Windows color (decimal): -10456709 or 8089952. OLE color: 8089952.

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

Color convert

RGB96113123-
CMYK0.220.0800.52
HSL202.22º12.33%42.94%-
HSV(B)202.22º21.95%48.24%-
XYZ14.315.7321.02-
YUV109.06135.87118.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=28.92%
G=34.04%
B=37.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961131230.220.0800.52202.2212.3342.94
Hex60717B168034cac2b
Octal14016117326100643121453
Binary1100000111000111110111011010000110100110010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60717B; }

 p { color: rgb(96,113,123); }

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

<style>
 a { background-color: #60717B; }

 a { background-color: rgb(96,113,123); }

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

<style>
 span { border-color: #60717B; }

 span { border-color: rgb(96,113,123); }

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