#697377

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

Shades of Blue Bayoux #697377

Tints of Blue Bayoux #697377

Color information

#697377 (or 0x697377) is unknown color: approx Blue Bayoux. HEX triplet: 69, 73 and 77. RGB value is (105,115,119). Sum of RGB (Red+Green+Blue) = 105+115+119=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 119 - color contains mainly: blue. Hex color #697377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697377 is #968C88. Grayscale: #707070. Windows color (decimal): -9866377 or 7828329. OLE color: 7828329.

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

Color convert

RGB105115119-
CMYK0.120.0300.53
HSL197.14º6.25%43.92%-
HSV(B)197.14º11.76%46.67%-
XYZ15.2916.619.85-
YUV112.47131.69122.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=30.97%
G=33.92%
B=35.10%

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
Decimal1051151190.120.0300.53197.146.2543.92
Hex697377C3035c562c
Octal151163167143065305654
Binary110100111100111110111110011011010111000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697377; }

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

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

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

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

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

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

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

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