#697291

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

Shades of Waikawa Grey #697291

Tints of Waikawa Grey #697291

Color information

#697291 (or 0x697291) is unknown color: approx Waikawa Grey. HEX triplet: 69, 72 and 91. RGB value is (105,114,145). Sum of RGB (Red+Green+Blue) = 105+114+145=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #697291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697291 is #968D6E. Grayscale: #727272. Windows color (decimal): -9866607 or 9532009. OLE color: 9532009.

HSL color Cylindrical-coordinate representation of color #697291: hue angle of 226.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #697291 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB105114145-
CMYK0.280.2100.43
HSL226.5º16%49.02%-
HSV(B)226.5º27.59%56.86%-
XYZ16.9517.0829.19-
YUV114.84145.02120.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 145 (57.03% from 255) = 39.84%
R=28.85%
G=31.32%
B=39.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051141450.280.2100.43226.51649.02
Hex6972911C1502Be21031
Octal15116222134250533422061
Binary1101001111001010010001111001010101010111110001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697291; }

 p { color: rgb(105,114,145); }

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

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

 a { background-color: rgb(105,114,145); }

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

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

 span { border-color: rgb(105,114,145); }

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