#697594

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

Shades of Waikawa Grey #697594

Tints of Waikawa Grey #697594

Color information

#697594 (or 0x697594) is unknown color: approx Waikawa Grey. HEX triplet: 69, 75 and 94. RGB value is (105,117,148). Sum of RGB (Red+Green+Blue) = 105+117+148=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #697594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697594 is #968A6B. Grayscale: #747474. Windows color (decimal): -9865836 or 9729385. OLE color: 9729385.

HSL color Cylindrical-coordinate representation of color #697594: hue angle of 223.26º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #697594 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105117148-
CMYK0.290.2100.42
HSL223.26º17%49.61%-
HSV(B)223.26º29.05%58.04%-
XYZ17.5317.8630.54-
YUV116.95145.52119.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 148 (58.20% from 255) = 40%
R=28.38%
G=31.62%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051171480.290.2100.42223.261749.61
Hex6975941D1502Adf1132
Octal15116522435250523372162
Binary1101001111010110010100111011010101010101101111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697594; }

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

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

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

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

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

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

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

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