#697379

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

Shades of Blue Bayoux #697379

Tints of Blue Bayoux #697379

Color information

#697379 (or 0x697379) is unknown color: approx Blue Bayoux. HEX triplet: 69, 73 and 79. RGB value is (105,115,121). Sum of RGB (Red+Green+Blue) = 105+115+121=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 121 - color contains mainly: blue. Hex color #697379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697379 is #968C86. Grayscale: #707070. Windows color (decimal): -9866375 or 7959401. OLE color: 7959401.

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

Color convert

RGB105115121-
CMYK0.130.0500.53
HSL202.5º7.08%44.31%-
HSV(B)202.5º13.22%47.45%-
XYZ15.4116.6520.49-
YUV112.69132.69122.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=30.79%
G=33.72%
B=35.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051151210.130.0500.53202.57.0844.31
Hex697379D5035ca72c
Octal151163171155065312754
Binary1101001111001111110011101101011010111001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697379; }

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

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

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

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

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

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

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

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