#697596

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

Shades of Waikawa Grey #697596

Tints of Waikawa Grey #697596

Color information

#697596 (or 0x697596) is unknown color: approx Waikawa Grey. HEX triplet: 69, 75 and 96. RGB value is (105,117,150). Sum of RGB (Red+Green+Blue) = 105+117+150=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #697596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697596 is #968A69. Grayscale: #757575. Windows color (decimal): -9865834 or 9860457. OLE color: 9860457.

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

Color convert

RGB105117150-
CMYK0.300.2200.41
HSL224º17.65%50%-
HSV(B)224º30%58.82%-
XYZ17.6917.9331.38-
YUV117.17146.52119.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=28.23%
G=31.45%
B=40.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051171500.300.2200.4122417.6550
Hex6975961E16029e01232
Octal15116522636260513402262
Binary1101001111010110010110111101011001010011110000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697596; }

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

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

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

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

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

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

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

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