#697492

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

Shades of Waikawa Grey #697492

Tints of Waikawa Grey #697492

Color information

#697492 (or 0x697492) is unknown color: approx Waikawa Grey. HEX triplet: 69, 74 and 92. RGB value is (105,116,146). Sum of RGB (Red+Green+Blue) = 105+116+146=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #697492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697492 is #968B6D. Grayscale: #747474. Windows color (decimal): -9866094 or 9598057. OLE color: 9598057.

HSL color Cylindrical-coordinate representation of color #697492: hue angle of 223.9º 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 #697492 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB105116146-
CMYK0.280.2100.43
HSL223.9º16.33%49.22%-
HSV(B)223.9º28.08%57.25%-
XYZ17.2617.5729.68-
YUV116.13144.86120.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.61%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=28.61%
G=31.61%
B=39.78%

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
Decimal1051161460.280.2100.43223.916.3349.22
Hex6974921C1502Be01031
Octal15116422234250533402061
Binary1101001111010010010010111001010101010111110000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697492; }

 p { color: rgb(105,116,146); }

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

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

 a { background-color: rgb(105,116,146); }

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

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

 span { border-color: rgb(105,116,146); }

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