#686E92

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

Shades of Waikawa Grey #686E92

Tints of Waikawa Grey #686E92

Color information

#686E92 (or 0x686E92) is unknown color: approx Waikawa Grey. HEX triplet: 68, 6E and 92. RGB value is (104,110,146). Sum of RGB (Red+Green+Blue) = 104+110+146=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #686E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E92 is #97916D. Grayscale: #707070. Windows color (decimal): -9933166 or 9596520. OLE color: 9596520.

HSL color Cylindrical-coordinate representation of color #686E92: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #686E92 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB104110146-
CMYK0.290.2500.43
HSL231.43º16.8%49.02%-
HSV(B)231.43º28.77%57.25%-
XYZ16.4716.1729.45-
YUV112.31147.01122.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.89%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=28.89%
G=30.56%
B=40.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041101460.290.2500.43231.4316.849.02
Hex686E921D1902Be71131
Octal15015622235310533472161
Binary1101000110111010010010111011100101010111110011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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