#697B80

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

Shades of Blue Bayoux #697B80

Tints of Blue Bayoux #697B80

Color information

#697B80 (or 0x697B80) is unknown color: approx Blue Bayoux. HEX triplet: 69, 7B and 80. RGB value is (105,123,128). Sum of RGB (Red+Green+Blue) = 105+123+128=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 128 - color contains mainly: blue. Hex color #697B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B80 is #96847F. Grayscale: #767676. Windows color (decimal): -9864320 or 8420201. OLE color: 8420201.

HSL color Cylindrical-coordinate representation of color #697B80: hue angle of 193.04º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #697B80 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB105123128-
CMYK0.180.0400.50
HSL193.04º9.87%45.69%-
HSV(B)193.04º17.97%50.2%-
XYZ16.818.7323.15-
YUV118.19133.54118.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 123 (48.44% from 255) = 34.55%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=29.49%
G=34.55%
B=35.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1051231280.180.0400.50193.049.8745.69
Hex697B80124032c1a2e
Octal1511732002240623011256
Binary1101001111101110000000100101000110010110000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697B80; }

 p { color: rgb(105,123,128); }

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

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

 a { background-color: rgb(105,123,128); }

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

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

 span { border-color: rgb(105,123,128); }

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