#687794

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

Shades of Waikawa Grey #687794

Tints of Waikawa Grey #687794

Color information

#687794 (or 0x687794) is unknown color: approx Waikawa Grey. HEX triplet: 68, 77 and 94. RGB value is (104,119,148). Sum of RGB (Red+Green+Blue) = 104+119+148=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #687794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687794 is #97886B. Grayscale: #757575. Windows color (decimal): -9930860 or 9729896. OLE color: 9729896.

HSL color Cylindrical-coordinate representation of color #687794: hue angle of 219.55º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #687794 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104119148-
CMYK0.300.2000.42
HSL219.55º17.46%49.41%-
HSV(B)219.55º29.73%58.04%-
XYZ17.6518.2730.61-
YUV117.82145.03118.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=28.03%
G=32.08%
B=39.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041191480.300.2000.42219.5517.4649.41
Hex6877941E1402Adc1131
Octal15016722436240523342161
Binary1101000111011110010100111101010001010101101110010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687794; }

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

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

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

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

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

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

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

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