#686B92

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

Shades of Waikawa Grey #686B92

Tints of Waikawa Grey #686B92

Color information

#686B92 (or 0x686B92) is unknown color: approx Waikawa Grey. HEX triplet: 68, 6B and 92. RGB value is (104,107,146). Sum of RGB (Red+Green+Blue) = 104+107+146=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #686B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B92 is #97946D. Grayscale: #6E6E6E. Windows color (decimal): -9933934 or 9595752. OLE color: 9595752.

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

Color convert

RGB104107146-
CMYK0.290.2700.43
HSL235.71º16.8%49.02%-
HSV(B)235.71º28.77%57.25%-
XYZ16.1515.5329.34-
YUV110.55148.01123.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=29.13%
G=29.97%
B=40.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041071460.290.2700.43235.7116.849.02
Hex686B921D1B02Bec1131
Octal15015322235330533542161
Binary1101000110101110010010111011101101010111110110010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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