#697694

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

Shades of Waikawa Grey #697694

Tints of Waikawa Grey #697694

Color information

#697694 (or 0x697694) is unknown color: approx Waikawa Grey. HEX triplet: 69, 76 and 94. RGB value is (105,118,148). Sum of RGB (Red+Green+Blue) = 105+118+148=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #697694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697694 is #96896B. Grayscale: #757575. Windows color (decimal): -9865580 or 9729641. OLE color: 9729641.

HSL color Cylindrical-coordinate representation of color #697694: hue angle of 221.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #697694 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105118148-
CMYK0.290.2000.42
HSL221.86º17%49.61%-
HSV(B)221.86º29.05%58.04%-
XYZ17.6518.130.58-
YUV117.53145.19119.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.30%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=28.30%
G=31.81%
B=39.89%

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
Decimal1051181480.290.2000.42221.861749.61
Hex6976941D1402Ade1132
Octal15116622435240523362162
Binary1101001111011010010100111011010001010101101111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697694; }

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

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

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

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

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

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

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

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