#697099

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

Shades of Waikawa Grey #697099

Tints of Waikawa Grey #697099

Color information

#697099 (or 0x697099) is unknown color: approx Waikawa Grey. HEX triplet: 69, 70 and 99. RGB value is (105,112,153). Sum of RGB (Red+Green+Blue) = 105+112+153=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #697099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697099 is #968F66. Grayscale: #727272. Windows color (decimal): -9867111 or 10055785. OLE color: 10055785.

HSL color Cylindrical-coordinate representation of color #697099: hue angle of 231.25º 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 #697099 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB105112153-
CMYK0.310.2700.4
HSL231.25º19.05%50.59%-
HSV(B)231.25º31.37%60%-
XYZ17.3716.8932.48-
YUV114.58149.68121.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=28.38%
G=30.27%
B=41.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051121530.310.2700.4231.2519.0550.59
Hex6970991F1B028e71333
Octal15116023137330503472363
Binary1101001111000010011001111111101101010001110011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697099; }

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

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

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

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

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

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

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

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