#686C92

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

Shades of Waikawa Grey #686C92

Tints of Waikawa Grey #686C92

Color information

#686C92 (or 0x686C92) is unknown color: approx Waikawa Grey. HEX triplet: 68, 6C and 92. RGB value is (104,108,146). Sum of RGB (Red+Green+Blue) = 104+108+146=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #686C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C92 is #97936D. Grayscale: #6E6E6E. Windows color (decimal): -9933678 or 9596008. OLE color: 9596008.

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

Color convert

RGB104108146-
CMYK0.290.2600.43
HSL234.29º16.8%49.02%-
HSV(B)234.29º28.77%57.25%-
XYZ16.2615.7429.38-
YUV111.14147.67122.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 108 (42.58% from 255) = 30.17%
BLUE value IS 146 (57.42% from 255) = 40.78%
R=29.05%
G=30.17%
B=40.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041081460.290.2600.43234.2916.849.02
Hex686C921D1A02Bea1131
Octal15015422235320533522161
Binary1101000110110010010010111011101001010111110101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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