#686E8E

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

Shades of Waikawa Grey #686E8E

Tints of Waikawa Grey #686E8E

Color information

#686E8E (or 0x686E8E) is unknown color: approx Waikawa Grey. HEX triplet: 68, 6E and 8E. RGB value is (104,110,142). Sum of RGB (Red+Green+Blue) = 104+110+142=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #686E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E8E is #979171. Grayscale: #6F6F6F. Windows color (decimal): -9933170 or 9334376. OLE color: 9334376.

HSL color Cylindrical-coordinate representation of color #686E8E: hue angle of 230.53º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #686E8E is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB104110142-
CMYK0.270.2300.44
HSL230.53º15.45%48.24%-
HSV(B)230.53º26.76%55.69%-
XYZ16.1716.0527.84-
YUV111.85145.01122.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 110 (43.36% from 255) = 30.90%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=29.21%
G=30.90%
B=39.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041101420.270.2300.44230.5315.4548.24
Hex686E8E1B1702Ce7f30
Octal15015621633270543471760
Binary110100011011101000111011011101110101100111001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686E8E; }

 p { color: rgb(104,110,142); }

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

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

 a { background-color: rgb(104,110,142); }

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

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

 span { border-color: rgb(104,110,142); }

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