#607078

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

Shades of Blue Bayoux #607078

Tints of Blue Bayoux #607078

Color information

#607078 (or 0x607078) is unknown color: approx Blue Bayoux. HEX triplet: 60, 70 and 78. RGB value is (96,112,120). Sum of RGB (Red+Green+Blue) = 96+112+120=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 120 - color contains mainly: blue. Hex color #607078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607078 is #9F8F87. Grayscale: #6C6C6C. Windows color (decimal): -10456968 or 7893088. OLE color: 7893088.

HSL color Cylindrical-coordinate representation of color #607078: hue angle of 200º 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 #607078 is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB96112120-
CMYK0.20.0700.53
HSL200º11.11%42.35%-
HSV(B)200º20%47.06%-
XYZ14.0115.4320.01-
YUV108.13134.7119.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.27%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 120 (47.27% from 255) = 36.59%
R=29.27%
G=34.15%
B=36.59%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961121200.20.0700.5320011.1142.35
Hex607078147035c8b2a
Octal1401601702470653101352
Binary110000011100001111000101001110110101110010001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607078; }

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

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

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

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

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

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

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

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