#697980

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

Shades of Blue Bayoux #697980

Tints of Blue Bayoux #697980

Color information

#697980 (or 0x697980) is unknown color: approx Blue Bayoux. HEX triplet: 69, 79 and 80. RGB value is (105,121,128). Sum of RGB (Red+Green+Blue) = 105+121+128=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 128 - color contains mainly: blue. Hex color #697980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697980 is #96867F. Grayscale: #747474. Windows color (decimal): -9864832 or 8419689. OLE color: 8419689.

HSL color Cylindrical-coordinate representation of color #697980: hue angle of 198.26º 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 #697980 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB105121128-
CMYK0.180.0500.50
HSL198.26º9.87%45.69%-
HSV(B)198.26º17.97%50.2%-
XYZ16.5618.2423.07-
YUV117.01134.2119.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=29.66%
G=34.18%
B=36.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1051211280.180.0500.50198.269.8745.69
Hex697980125032c6a2e
Octal1511712002250623061256
Binary1101001111100110000000100101010110010110001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697980; }

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

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

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

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

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

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

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

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