#60767B

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

Shades of Blue Bayoux #60767B

Tints of Blue Bayoux #60767B

Color information

#60767B (or 0x60767B) is unknown color: approx Blue Bayoux. HEX triplet: 60, 76 and 7B. RGB value is (96,118,123). Sum of RGB (Red+Green+Blue) = 96+118+123=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #60767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60767B is #9F8984. Grayscale: #6F6F6F. Windows color (decimal): -10455429 or 8091232. OLE color: 8091232.

HSL color Cylindrical-coordinate representation of color #60767B: hue angle of 191.11º 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 #60767B is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB96118123-
CMYK0.220.0400.52
HSL191.11º12.33%42.94%-
HSV(B)191.11º21.95%48.24%-
XYZ14.8816.8721.21-
YUV111.99134.21116.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=28.49%
G=35.01%
B=36.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961181230.220.0400.52191.1112.3342.94
Hex60767B164034bfc2b
Octal1401661732640642771453
Binary110000011101101111011101101000110100101111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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