#697097

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

Shades of Waikawa Grey #697097

Tints of Waikawa Grey #697097

Color information

#697097 (or 0x697097) is unknown color: approx Waikawa Grey. HEX triplet: 69, 70 and 97. RGB value is (105,112,151). Sum of RGB (Red+Green+Blue) = 105+112+151=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #697097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697097 is #968F68. Grayscale: #727272. Windows color (decimal): -9867113 or 9924713. OLE color: 9924713.

HSL color Cylindrical-coordinate representation of color #697097: hue angle of 230.87º 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 #697097 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB105112151-
CMYK0.300.2600.41
HSL230.87º18.11%50.2%-
HSV(B)230.87º30.46%59.22%-
XYZ17.2116.8331.62-
YUV114.35148.68121.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 151 (59.38% from 255) = 41.03%
R=28.53%
G=30.43%
B=41.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051121510.300.2600.41230.8718.1150.2
Hex6970971E1A029e71232
Octal15116022736320513472262
Binary1101001111000010010111111101101001010011110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697097; }

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

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

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

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

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

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

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

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