#687695

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

Shades of Waikawa Grey #687695

Tints of Waikawa Grey #687695

Color information

#687695 (or 0x687695) is unknown color: approx Waikawa Grey. HEX triplet: 68, 76 and 95. RGB value is (104,118,149). Sum of RGB (Red+Green+Blue) = 104+118+149=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #687695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687695 is #97896A. Grayscale: #757575. Windows color (decimal): -9931115 or 9795176. OLE color: 9795176.

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

Color convert

RGB104118149-
CMYK0.300.2100.42
HSL221.33º17.79%49.61%-
HSV(B)221.33º30.2%58.43%-
XYZ17.6118.0730.99-
YUV117.35145.86118.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=28.03%
G=31.81%
B=40.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041181490.300.2100.42221.3317.7949.61
Hex6876951E1502Add1232
Octal15016622536250523352262
Binary1101000111011010010101111101010101010101101110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687695; }

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

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

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

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

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

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

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

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