#697390

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

Shades of Waikawa Grey #697390

Tints of Waikawa Grey #697390

Color information

#697390 (or 0x697390) is unknown color: approx Waikawa Grey. HEX triplet: 69, 73 and 90. RGB value is (105,115,144). Sum of RGB (Red+Green+Blue) = 105+115+144=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #697390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697390 is #968C6F. Grayscale: #737373. Windows color (decimal): -9866352 or 9466729. OLE color: 9466729.

HSL color Cylindrical-coordinate representation of color #697390: hue angle of 224.62º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #697390 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105115144-
CMYK0.270.2000.44
HSL224.62º15.66%48.82%-
HSV(B)224.62º27.08%56.47%-
XYZ16.9917.2828.83-
YUV115.32144.19120.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=28.85%
G=31.59%
B=39.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051151440.270.2000.44224.6215.6648.82
Hex6973901B1402Ce11031
Octal15116322033240543412061
Binary1101001111001110010000110111010001011001110000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697390; }

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

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

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

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

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

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

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

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