#607980

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

Shades of Blue Bayoux #607980

Tints of Blue Bayoux #607980

Color information

#607980 (or 0x607980) is unknown color: approx Blue Bayoux. HEX triplet: 60, 79 and 80. RGB value is (96,121,128). Sum of RGB (Red+Green+Blue) = 96+121+128=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 128 - color contains mainly: blue. Hex color #607980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607980 is #9F867F. Grayscale: #727272. Windows color (decimal): -10454656 or 8419680. OLE color: 8419680.

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

Color convert

RGB96121128-
CMYK0.250.0500.50
HSL193.12º14.29%43.92%-
HSV(B)193.12º25%50.2%-
XYZ15.5617.7223.02-
YUV114.32135.72114.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=27.83%
G=35.07%
B=37.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961211280.250.0500.50193.1214.2943.92
Hex607980195032c1e2c
Octal1401712003150623011654
Binary1100000111100110000000110011010110010110000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607980; }

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

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

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

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

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

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

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

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