#697799

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

Shades of Waikawa Grey #697799

Tints of Waikawa Grey #697799

Color information

#697799 (or 0x697799) is unknown color: approx Waikawa Grey. HEX triplet: 69, 77 and 99. RGB value is (105,119,153). Sum of RGB (Red+Green+Blue) = 105+119+153=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #697799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697799 is #968866. Grayscale: #767676. Windows color (decimal): -9865319 or 10057577. OLE color: 10057577.

HSL color Cylindrical-coordinate representation of color #697799: hue angle of 222.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #697799 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB105119153-
CMYK0.310.2200.4
HSL222.5º19.05%50.59%-
HSV(B)222.5º31.37%60%-
XYZ18.1718.532.75-
YUV118.69147.36118.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.85%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=27.85%
G=31.56%
B=40.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051191530.310.2200.4222.519.0550.59
Hex6977991F16028de1333
Octal15116723137260503362363
Binary1101001111011110011001111111011001010001101111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697799; }

 p { color: rgb(105,119,153); }

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

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

 a { background-color: rgb(105,119,153); }

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

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

 span { border-color: rgb(105,119,153); }

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