#697196

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

Shades of Waikawa Grey #697196

Tints of Waikawa Grey #697196

Color information

#697196 (or 0x697196) is unknown color: approx Waikawa Grey. HEX triplet: 69, 71 and 96. RGB value is (105,113,150). Sum of RGB (Red+Green+Blue) = 105+113+150=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #697196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697196 is #968E69. Grayscale: #727272. Windows color (decimal): -9866858 or 9859433. OLE color: 9859433.

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

Color convert

RGB105113150-
CMYK0.300.2500.41
HSL229.33º17.65%50%-
HSV(B)229.33º30%58.82%-
XYZ17.2417.0231.23-
YUV114.83147.85120.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=28.53%
G=30.71%
B=40.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051131500.300.2500.41229.3317.6550
Hex6971961E19029e51232
Octal15116122636310513452262
Binary1101001111000110010110111101100101010011110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697196; }

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

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

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

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

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

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

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

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