#687799

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

Shades of Waikawa Grey #687799

Tints of Waikawa Grey #687799

Color information

#687799 (or 0x687799) is unknown color: approx Waikawa Grey. HEX triplet: 68, 77 and 99. RGB value is (104,119,153). Sum of RGB (Red+Green+Blue) = 104+119+153=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #687799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687799 is #978866. Grayscale: #767676. Windows color (decimal): -9930855 or 10057576. OLE color: 10057576.

HSL color Cylindrical-coordinate representation of color #687799: hue angle of 221.63º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #687799 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB104119153-
CMYK0.320.2200.4
HSL221.63º19.37%50.39%-
HSV(B)221.63º32.03%60%-
XYZ18.0618.4432.74-
YUV118.39147.53117.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=27.66%
G=31.65%
B=40.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041191530.320.2200.4221.6319.3750.39
Hex6877992016028de1332
Octal15016723140260503362362
Binary11010001110111100110011000001011001010001101111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687799; }

 p { color: rgb(104,119,153); }

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

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

 a { background-color: rgb(104,119,153); }

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

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

 span { border-color: rgb(104,119,153); }

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