#607A7E

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

Shades of Blue Bayoux #607A7E

Tints of Blue Bayoux #607A7E

Color information

#607A7E (or 0x607A7E) is unknown color: approx Blue Bayoux. HEX triplet: 60, 7A and 7E. RGB value is (96,122,126). Sum of RGB (Red+Green+Blue) = 96+122+126=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 126 - color contains mainly: blue. Hex color #607A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A7E is #9F8581. Grayscale: #727272. Windows color (decimal): -10454402 or 8288864. OLE color: 8288864.

HSL color Cylindrical-coordinate representation of color #607A7E: hue angle of 188º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607A7E is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB96122126-
CMYK0.240.0300.51
HSL188º13.51%43.53%-
HSV(B)188º23.81%49.41%-
XYZ15.5517.9122.38-
YUV114.68134.39114.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 122 (48.05% from 255) = 35.47%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=27.91%
G=35.47%
B=36.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961221260.240.0300.5118813.5143.53
Hex607A7E183033bce2c
Octal1401721763030632741654
Binary11000001111010111111011000110110011101111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,122,126); }

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

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

 a { background-color: rgb(96,122,126); }

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

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

 span { border-color: rgb(96,122,126); }

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