#697396

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

Shades of Waikawa Grey #697396

Tints of Waikawa Grey #697396

Color information

#697396 (or 0x697396) is unknown color: approx Waikawa Grey. HEX triplet: 69, 73 and 96. RGB value is (105,115,150). Sum of RGB (Red+Green+Blue) = 105+115+150=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #697396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697396 is #968C69. Grayscale: #737373. Windows color (decimal): -9866346 or 9859945. OLE color: 9859945.

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

Color convert

RGB105115150-
CMYK0.300.2300.41
HSL226.67º17.65%50%-
HSV(B)226.67º30%58.82%-
XYZ17.4617.4731.31-
YUV116147.19120.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=28.38%
G=31.08%
B=40.54%

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
Decimal1051151500.300.2300.41226.6717.6550
Hex6973961E17029e31232
Octal15116322636270513432262
Binary1101001111001110010110111101011101010011110001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697396; }

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

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

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

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

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

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

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

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