#687A9E

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

Shades of Waikawa Grey #687A9E

Tints of Waikawa Grey #687A9E

Color information

#687A9E (or 0x687A9E) is unknown color: approx Waikawa Grey. HEX triplet: 68, 7A and 9E. RGB value is (104,122,158). Sum of RGB (Red+Green+Blue) = 104+122+158=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 158 - color contains mainly: blue. Hex color #687A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A9E is #978561. Grayscale: #787878. Windows color (decimal): -9930082 or 10386024. OLE color: 10386024.

HSL color Cylindrical-coordinate representation of color #687A9E: hue angle of 220º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #687A9E is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104122158-
CMYK0.340.2300.38
HSL220º21.77%51.37%-
HSV(B)220º34.18%61.96%-
XYZ18.8419.3335.09-
YUV120.72149.04116.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.08%
GREEN value IS 122 (48.05% from 255) = 31.77%
BLUE value IS 158 (62.11% from 255) = 41.15%
R=27.08%
G=31.77%
B=41.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041221580.340.2300.3822021.7751.37
Hex687A9E2217026dc1633
Octal15017223642270463342663
Binary11010001111010100111101000101011101001101101110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687A9E; }

 p { color: rgb(104,122,158); }

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

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

 a { background-color: rgb(104,122,158); }

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

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

 span { border-color: rgb(104,122,158); }

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