#607780

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

Shades of Blue Bayoux #607780

Tints of Blue Bayoux #607780

Color information

#607780 (or 0x607780) is unknown color: approx Blue Bayoux. HEX triplet: 60, 77 and 80. RGB value is (96,119,128). Sum of RGB (Red+Green+Blue) = 96+119+128=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 128 - color contains mainly: blue. Hex color #607780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607780 is #9F887F. Grayscale: #717171. Windows color (decimal): -10455168 or 8419168. OLE color: 8419168.

HSL color Cylindrical-coordinate representation of color #607780: hue angle of 196.88º 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 #607780 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB96119128-
CMYK0.250.0700.50
HSL196.88º14.29%43.92%-
HSV(B)196.88º25%50.2%-
XYZ15.3217.2422.94-
YUV113.15136.38115.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=27.99%
G=34.69%
B=37.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961191280.250.0700.50196.8814.2943.92
Hex607780197032c5e2c
Octal1401672003170623051654
Binary1100000111011110000000110011110110010110001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607780; }

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

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

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

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

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

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

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

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