#607B80

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

Shades of Blue Bayoux #607B80

Tints of Blue Bayoux #607B80

Color information

#607B80 (or 0x607B80) is unknown color: approx Blue Bayoux. HEX triplet: 60, 7B and 80. RGB value is (96,123,128). Sum of RGB (Red+Green+Blue) = 96+123+128=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #607B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B80 is #9F847F. Grayscale: #737373. Windows color (decimal): -10454144 or 8420192. OLE color: 8420192.

HSL color Cylindrical-coordinate representation of color #607B80: hue angle of 189.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #607B80 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB96123128-
CMYK0.250.0400.50
HSL189.38º14.29%43.92%-
HSV(B)189.38º25%50.2%-
XYZ15.818.2123.1-
YUV115.5135.05114.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=27.67%
G=35.45%
B=36.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961231280.250.0400.50189.3814.2943.92
Hex607B80194032bde2c
Octal1401732003140622751654
Binary1100000111101110000000110011000110010101111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607B80; }

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

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

<style>
 a { background-color: #607B80; }

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

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

<style>
 span { border-color: #607B80; }

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

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