#607781

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

Shades of Blue Bayoux #607781

Tints of Blue Bayoux #607781

Color information

#607781 (or 0x607781) is unknown color: approx Blue Bayoux. HEX triplet: 60, 77 and 81. RGB value is (96,119,129). Sum of RGB (Red+Green+Blue) = 96+119+129=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 129 - color contains mainly: blue. Hex color #607781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607781 is #9F887E. Grayscale: #717171. Windows color (decimal): -10455167 or 8484704. OLE color: 8484704.

HSL color Cylindrical-coordinate representation of color #607781: hue angle of 198.18º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #607781 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB96119129-
CMYK0.260.0800.49
HSL198.18º14.67%44.12%-
HSV(B)198.18º25.58%50.59%-
XYZ15.3817.2723.29-
YUV113.26136.88115.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=27.91%
G=34.59%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961191290.260.0800.49198.1814.6744.12
Hex6077811A8031c6f2c
Octal14016720132100613061754
Binary11000001110111100000011101010000110001110001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607781; }

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

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

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

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

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

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

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

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