#697693

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

Shades of Waikawa Grey #697693

Tints of Waikawa Grey #697693

Color information

#697693 (or 0x697693) is unknown color: approx Waikawa Grey. HEX triplet: 69, 76 and 93. RGB value is (105,118,147). Sum of RGB (Red+Green+Blue) = 105+118+147=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #697693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697693 is #96896C. Grayscale: #757575. Windows color (decimal): -9865581 or 9664105. OLE color: 9664105.

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

Color convert

RGB105118147-
CMYK0.290.2000.42
HSL221.43º16.67%49.41%-
HSV(B)221.43º28.57%57.65%-
XYZ17.5718.0730.16-
YUV117.42144.69119.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=28.38%
G=31.89%
B=39.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051181470.290.2000.42221.4316.6749.41
Hex6976931D1402Add1131
Octal15116622335240523352161
Binary1101001111011010010011111011010001010101101110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697693; }

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

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

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

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

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

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

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

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