#697378

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

Shades of Blue Bayoux #697378

Tints of Blue Bayoux #697378

Color information

#697378 (or 0x697378) is unknown color: approx Blue Bayoux. HEX triplet: 69, 73 and 78. RGB value is (105,115,120). Sum of RGB (Red+Green+Blue) = 105+115+120=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 120 - color contains mainly: blue. Hex color #697378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697378 is #968C87. Grayscale: #707070. Windows color (decimal): -9866376 or 7893865. OLE color: 7893865.

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

Color convert

RGB105115120-
CMYK0.130.0400.53
HSL200º6.67%44.12%-
HSV(B)200º12.5%47.06%-
XYZ15.3516.6220.17-
YUV112.58132.19122.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=30.88%
G=33.82%
B=35.29%

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
Decimal1051151200.130.0400.532006.6744.12
Hex697378D4035c872c
Octal151163170154065310754
Binary1101001111001111110001101100011010111001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697378; }

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

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

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

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

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

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

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

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