#687A9F

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

Shades of Waikawa Grey #687A9F

Tints of Waikawa Grey #687A9F

Color information

#687A9F (or 0x687A9F) is unknown color: approx Waikawa Grey. HEX triplet: 68, 7A and 9F. RGB value is (104,122,159). Sum of RGB (Red+Green+Blue) = 104+122+159=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #687A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A9F is #978560. Grayscale: #787878. Windows color (decimal): -9930081 or 10451560. OLE color: 10451560.

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

Color convert

RGB104122159-
CMYK0.350.2300.38
HSL220.36º22.27%51.57%-
HSV(B)220.36º34.59%62.35%-
XYZ18.9319.3735.54-
YUV120.84149.54115.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.01%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=27.01%
G=31.69%
B=41.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041221590.350.2300.38220.3622.2751.57
Hex687A9F2317026dc1634
Octal15017223743270463342664
Binary11010001111010100111111000111011101001101101110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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