#60747D

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

Shades of Blue Bayoux #60747D

Tints of Blue Bayoux #60747D

Color information

#60747D (or 0x60747D) is unknown color: approx Blue Bayoux. HEX triplet: 60, 74 and 7D. RGB value is (96,116,125). Sum of RGB (Red+Green+Blue) = 96+116+125=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #60747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60747D is #9F8B82. Grayscale: #6E6E6E. Windows color (decimal): -10455939 or 8221792. OLE color: 8221792.

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

Color convert

RGB96116125-
CMYK0.230.0700.51
HSL198.62º13.12%43.33%-
HSV(B)198.62º23.2%49.02%-
XYZ14.7716.4621.8-
YUV111.05135.87117.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=28.49%
G=34.42%
B=37.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961161250.230.0700.51198.6213.1243.33
Hex60747D177033c7d2b
Octal1401641752770633071553
Binary110000011101001111101101111110110011110001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60747D; }

 p { color: rgb(96,116,125); }

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

<style>
 a { background-color: #60747D; }

 a { background-color: rgb(96,116,125); }

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

<style>
 span { border-color: #60747D; }

 span { border-color: rgb(96,116,125); }

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