#696E90

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

Shades of Waikawa Grey #696E90

Tints of Waikawa Grey #696E90

Color information

#696E90 (or 0x696E90) is unknown color: approx Waikawa Grey. HEX triplet: 69, 6E and 90. RGB value is (105,110,144). Sum of RGB (Red+Green+Blue) = 105+110+144=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #696E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E90 is #96916F. Grayscale: #707070. Windows color (decimal): -9867632 or 9465449. OLE color: 9465449.

HSL color Cylindrical-coordinate representation of color #696E90: hue angle of 232.31º 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 #696E90 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105110144-
CMYK0.270.2400.44
HSL232.31º15.66%48.82%-
HSV(B)232.31º27.08%56.47%-
XYZ16.4416.1728.64-
YUV112.38145.84122.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 110 (43.36% from 255) = 30.64%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=29.25%
G=30.64%
B=40.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051101440.270.2400.44232.3115.6648.82
Hex696E901B1802Ce81031
Octal15115622033300543502061
Binary1101001110111010010000110111100001011001110100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696E90; }

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

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

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

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

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

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

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

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