#607178

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

Shades of Blue Bayoux #607178

Tints of Blue Bayoux #607178

Color information

#607178 (or 0x607178) is unknown color: approx Blue Bayoux. HEX triplet: 60, 71 and 78. RGB value is (96,113,120). Sum of RGB (Red+Green+Blue) = 96+113+120=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 120 - color contains mainly: blue. Hex color #607178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607178 is #9F8E87. Grayscale: #6C6C6C. Windows color (decimal): -10456712 or 7893344. OLE color: 7893344.

HSL color Cylindrical-coordinate representation of color #607178: hue angle of 197.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #607178 is Cyan = 0.2, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB96113120-
CMYK0.20.0600.53
HSL197.5º11.11%42.35%-
HSV(B)197.5º20%47.06%-
XYZ14.1215.6520.05-
YUV108.72134.37118.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=29.18%
G=34.35%
B=36.47%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961131200.20.0600.53197.511.1142.35
Hex607178146035c6b2a
Octal1401611702460653061352
Binary110000011100011111000101001100110101110001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607178; }

 p { color: rgb(96,113,120); }

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

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

 a { background-color: rgb(96,113,120); }

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

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

 span { border-color: rgb(96,113,120); }

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