#697897

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

Shades of Waikawa Grey #697897

Tints of Waikawa Grey #697897

Color information

#697897 (or 0x697897) is unknown color: approx Waikawa Grey. HEX triplet: 69, 78 and 97. RGB value is (105,120,151). Sum of RGB (Red+Green+Blue) = 105+120+151=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #697897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697897 is #968768. Grayscale: #767676. Windows color (decimal): -9865065 or 9926761. OLE color: 9926761.

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

Color convert

RGB105120151-
CMYK0.300.2100.41
HSL220.43º18.11%50.2%-
HSV(B)220.43º30.46%59.22%-
XYZ18.1318.6731.93-
YUV119.05146.03117.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 151 (59.38% from 255) = 40.16%
R=27.93%
G=31.91%
B=40.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051201510.300.2100.41220.4318.1150.2
Hex6978971E15029dc1232
Octal15117022736250513342262
Binary1101001111100010010111111101010101010011101110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697897; }

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

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

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

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

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

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

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

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