#697479

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

Shades of Blue Bayoux #697479

Tints of Blue Bayoux #697479

Color information

#697479 (or 0x697479) is unknown color: approx Blue Bayoux. HEX triplet: 69, 74 and 79. RGB value is (105,116,121). Sum of RGB (Red+Green+Blue) = 105+116+121=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 121 - color contains mainly: blue. Hex color #697479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697479 is #968B86. Grayscale: #717171. Windows color (decimal): -9866119 or 7959657. OLE color: 7959657.

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

Color convert

RGB105116121-
CMYK0.130.0400.53
HSL198.75º7.08%44.31%-
HSV(B)198.75º13.22%47.45%-
XYZ15.5216.8720.53-
YUV113.28132.36122.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=30.70%
G=33.92%
B=35.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051161210.130.0400.53198.757.0844.31
Hex697479D4035c772c
Octal151164171154065307754
Binary1101001111010011110011101100011010111000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697479; }

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

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

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

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

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

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

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

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