#686F92

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

Shades of Waikawa Grey #686F92

Tints of Waikawa Grey #686F92

Color information

#686F92 (or 0x686F92) is unknown color: approx Waikawa Grey. HEX triplet: 68, 6F and 92. RGB value is (104,111,146). Sum of RGB (Red+Green+Blue) = 104+111+146=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #686F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F92 is #97906D. Grayscale: #707070. Windows color (decimal): -9932910 or 9596776. OLE color: 9596776.

HSL color Cylindrical-coordinate representation of color #686F92: hue angle of 230º 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 #686F92 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB104111146-
CMYK0.290.2400.43
HSL230º16.8%49.02%-
HSV(B)230º28.77%57.25%-
XYZ16.5816.3929.48-
YUV112.9146.68121.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.81%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=28.81%
G=30.75%
B=40.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041111460.290.2400.4323016.849.02
Hex686F921D1802Be61131
Octal15015722235300533462161
Binary1101000110111110010010111011100001010111110011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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