#697497

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

Shades of Waikawa Grey #697497

Tints of Waikawa Grey #697497

Color information

#697497 (or 0x697497) is unknown color: approx Waikawa Grey. HEX triplet: 69, 74 and 97. RGB value is (105,116,151). Sum of RGB (Red+Green+Blue) = 105+116+151=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #697497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697497 is #968B68. Grayscale: #747474. Windows color (decimal): -9866089 or 9925737. OLE color: 9925737.

HSL color Cylindrical-coordinate representation of color #697497: hue angle of 225.65º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697497 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB105116151-
CMYK0.300.2300.41
HSL225.65º18.11%50.2%-
HSV(B)225.65º30.46%59.22%-
XYZ17.6617.7331.77-
YUV116.7147.36119.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 116 (45.70% from 255) = 31.18%
BLUE value IS 151 (59.38% from 255) = 40.59%
R=28.23%
G=31.18%
B=40.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051161510.300.2300.41225.6518.1150.2
Hex6974971E17029e21232
Octal15116422736270513422262
Binary1101001111010010010111111101011101010011110001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697497; }

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

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

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

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

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

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

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

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