#697193

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

Shades of Waikawa Grey #697193

Tints of Waikawa Grey #697193

Color information

#697193 (or 0x697193) is unknown color: approx Waikawa Grey. HEX triplet: 69, 71 and 93. RGB value is (105,113,147). Sum of RGB (Red+Green+Blue) = 105+113+147=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #697193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697193 is #968E6C. Grayscale: #727272. Windows color (decimal): -9866861 or 9662825. OLE color: 9662825.

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

Color convert

RGB105113147-
CMYK0.290.2300.42
HSL228.57º16.67%49.41%-
HSV(B)228.57º28.57%57.65%-
XYZ1716.9229.97-
YUV114.48146.35121.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 147 (57.81% from 255) = 40.27%
R=28.77%
G=30.96%
B=40.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051131470.290.2300.42228.5716.6749.41
Hex6971931D1702Ae51131
Octal15116122335270523452161
Binary1101001111000110010011111011011101010101110010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697193; }

 p { color: rgb(105,113,147); }

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

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

 a { background-color: rgb(105,113,147); }

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

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

 span { border-color: rgb(105,113,147); }

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