#687396

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

Shades of Waikawa Grey #687396

Tints of Waikawa Grey #687396

Color information

#687396 (or 0x687396) is unknown color: approx Waikawa Grey. HEX triplet: 68, 73 and 96. RGB value is (104,115,150). Sum of RGB (Red+Green+Blue) = 104+115+150=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #687396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687396 is #978C69. Grayscale: #737373. Windows color (decimal): -9931882 or 9859944. OLE color: 9859944.

HSL color Cylindrical-coordinate representation of color #687396: hue angle of 225.65º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #687396 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB104115150-
CMYK0.310.2300.41
HSL225.65º18.11%49.8%-
HSV(B)225.65º30.67%58.82%-
XYZ17.3417.4131.3-
YUV115.7147.36119.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=28.18%
G=31.17%
B=40.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041151500.310.2300.41225.6518.1149.8
Hex6873961F17029e21232
Octal15016322637270513422262
Binary1101000111001110010110111111011101010011110001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687396; }

 p { color: rgb(104,115,150); }

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

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

 a { background-color: rgb(104,115,150); }

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

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

 span { border-color: rgb(104,115,150); }

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