#60787B

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

Shades of Blue Bayoux #60787B

Tints of Blue Bayoux #60787B

Color information

#60787B (or 0x60787B) is unknown color: approx Blue Bayoux. HEX triplet: 60, 78 and 7B. RGB value is (96,120,123). Sum of RGB (Red+Green+Blue) = 96+120+123=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #60787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60787B is #9F8784. Grayscale: #717171. Windows color (decimal): -10454917 or 8091744. OLE color: 8091744.

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

Color convert

RGB96120123-
CMYK0.220.0200.52
HSL186.67º12.33%42.94%-
HSV(B)186.67º21.95%48.24%-
XYZ15.1217.3521.29-
YUV113.17133.55115.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=28.32%
G=35.40%
B=36.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961201230.220.0200.52186.6712.3342.94
Hex60787B162034bbc2b
Octal1401701732620642731453
Binary11000001111000111101110110100110100101110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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