#607782

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

Shades of Blue Bayoux #607782

Tints of Blue Bayoux #607782

Color information

#607782 (or 0x607782) is unknown color: approx Blue Bayoux. HEX triplet: 60, 77 and 82. RGB value is (96,119,130). Sum of RGB (Red+Green+Blue) = 96+119+130=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #607782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607782 is #9F887D. Grayscale: #717171. Windows color (decimal): -10455166 or 8550240. OLE color: 8550240.

HSL color Cylindrical-coordinate representation of color #607782: hue angle of 199.41º 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 #607782 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB96119130-
CMYK0.260.0800.49
HSL199.41º15.04%44.31%-
HSV(B)199.41º26.15%50.98%-
XYZ15.4517.2923.64-
YUV113.38137.38115.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.83%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=27.83%
G=34.49%
B=37.68%

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
Decimal961191300.260.0800.49199.4115.0444.31
Hex6077821A8031c7f2c
Octal14016720232100613071754
Binary11000001110111100000101101010000110001110001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607782; }

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

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

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

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

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

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

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

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