#697477

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

Shades of Blue Bayoux #697477

Tints of Blue Bayoux #697477

Color information

#697477 (or 0x697477) is unknown color: approx Blue Bayoux. HEX triplet: 69, 74 and 77. RGB value is (105,116,119). Sum of RGB (Red+Green+Blue) = 105+116+119=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 119 - color contains mainly: blue. Hex color #697477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697477 is #968B88. Grayscale: #717171. Windows color (decimal): -9866121 or 7828585. OLE color: 7828585.

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

Color convert

RGB105116119-
CMYK0.120.0300.53
HSL192.86º6.25%43.92%-
HSV(B)192.86º11.76%46.67%-
XYZ15.416.8319.89-
YUV113.05131.36122.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 119 (46.88% from 255) = 35%
R=30.88%
G=34.12%
B=35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051161190.120.0300.53192.866.2543.92
Hex697477C3035c162c
Octal151164167143065301654
Binary110100111101001110111110011011010111000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697477; }

 p { color: rgb(105,116,119); }

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

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

 a { background-color: rgb(105,116,119); }

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

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

 span { border-color: rgb(105,116,119); }

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