#687694

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

Shades of Waikawa Grey #687694

Tints of Waikawa Grey #687694

Color information

#687694 (or 0x687694) is unknown color: approx Waikawa Grey. HEX triplet: 68, 76 and 94. RGB value is (104,118,148). Sum of RGB (Red+Green+Blue) = 104+118+148=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #687694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687694 is #97896B. Grayscale: #757575. Windows color (decimal): -9931116 or 9729640. OLE color: 9729640.

HSL color Cylindrical-coordinate representation of color #687694: hue angle of 220.91º 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 #687694 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104118148-
CMYK0.300.2000.42
HSL220.91º17.46%49.41%-
HSV(B)220.91º29.73%58.04%-
XYZ17.5318.0430.57-
YUV117.23145.36118.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 148 (58.20% from 255) = 40%
R=28.11%
G=31.89%
B=40%

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
Decimal1041181480.300.2000.42220.9117.4649.41
Hex6876941E1402Add1131
Octal15016622436240523352161
Binary1101000111011010010100111101010001010101101110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687694; }

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

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

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

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

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

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

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

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