#697696

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

Shades of Waikawa Grey #697696

Tints of Waikawa Grey #697696

Color information

#697696 (or 0x697696) is unknown color: approx Waikawa Grey. HEX triplet: 69, 76 and 96. RGB value is (105,118,150). Sum of RGB (Red+Green+Blue) = 105+118+150=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #697696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697696 is #968969. Grayscale: #757575. Windows color (decimal): -9865578 or 9860713. OLE color: 9860713.

HSL color Cylindrical-coordinate representation of color #697696: hue angle of 222.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697696 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB105118150-
CMYK0.300.2100.41
HSL222.67º17.65%50%-
HSV(B)222.67º30%58.82%-
XYZ17.8118.1631.42-
YUV117.76146.19118.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=28.15%
G=31.64%
B=40.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051181500.300.2100.41222.6717.6550
Hex6976961E15029df1232
Octal15116622636250513372262
Binary1101001111011010010110111101010101010011101111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697696; }

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

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

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

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

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

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

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

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