#697091

Color #697091 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #697091

Tints of Waikawa Grey #697091

Color information

#697091 (or 0x697091) is unknown color: approx Waikawa Grey. HEX triplet: 69, 70 and 91. RGB value is (105,112,145). Sum of RGB (Red+Green+Blue) = 105+112+145=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #697091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697091 is #968F6E. Grayscale: #717171. Windows color (decimal): -9867119 or 9531497. OLE color: 9531497.

HSL color Cylindrical-coordinate representation of color #697091: hue angle of 229.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #697091 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB105112145-
CMYK0.280.2300.43
HSL229.5º16%49.02%-
HSV(B)229.5º27.59%56.86%-
XYZ16.7316.6429.12-
YUV113.67145.68121.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.01%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 145 (57.03% from 255) = 40.06%
R=29.01%
G=30.94%
B=40.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051121450.280.2300.43229.51649.02
Hex6970911C1702Be61031
Octal15116022134270533462061
Binary1101001111000010010001111001011101010111110011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697091; }

 p { color: rgb(105,112,145); }

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

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

 a { background-color: rgb(105,112,145); }

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

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

 span { border-color: rgb(105,112,145); }

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