#607A7D

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

Shades of Blue Bayoux #607A7D

Tints of Blue Bayoux #607A7D

Color information

#607A7D (or 0x607A7D) is unknown color: approx Blue Bayoux. HEX triplet: 60, 7A and 7D. RGB value is (96,122,125). Sum of RGB (Red+Green+Blue) = 96+122+125=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #607A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A7D is #9F8582. Grayscale: #727272. Windows color (decimal): -10454403 or 8223328. OLE color: 8223328.

HSL color Cylindrical-coordinate representation of color #607A7D: hue angle of 186.21º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #607A7D is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB96122125-
CMYK0.230.0200.51
HSL186.21º13.12%43.33%-
HSV(B)186.21º23.2%49.02%-
XYZ15.4917.8922.04-
YUV114.57133.89114.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 122 (48.05% from 255) = 35.57%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=27.99%
G=35.57%
B=36.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961221250.230.0200.51186.2113.1243.33
Hex607A7D172033bad2b
Octal1401721752720632721553
Binary11000001111010111110110111100110011101110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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