#697393

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

Shades of Waikawa Grey #697393

Tints of Waikawa Grey #697393

Color information

#697393 (or 0x697393) is unknown color: approx Waikawa Grey. HEX triplet: 69, 73 and 93. RGB value is (105,115,147). Sum of RGB (Red+Green+Blue) = 105+115+147=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #697393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697393 is #968C6C. Grayscale: #737373. Windows color (decimal): -9866349 or 9663337. OLE color: 9663337.

HSL color Cylindrical-coordinate representation of color #697393: hue angle of 225.71º 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 #697393 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105115147-
CMYK0.290.2200.42
HSL225.71º16.67%49.41%-
HSV(B)225.71º28.57%57.65%-
XYZ17.2217.3730.05-
YUV115.66145.69120.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.61%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=28.61%
G=31.34%
B=40.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051151470.290.2200.42225.7116.6749.41
Hex6973931D1602Ae21131
Octal15116322335260523422161
Binary1101001111001110010011111011011001010101110001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697393; }

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

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

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

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

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

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

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

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