#687397

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

Shades of Waikawa Grey #687397

Tints of Waikawa Grey #687397

Color information

#687397 (or 0x687397) is unknown color: approx Waikawa Grey. HEX triplet: 68, 73 and 97. RGB value is (104,115,151). Sum of RGB (Red+Green+Blue) = 104+115+151=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #687397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687397 is #978C68. Grayscale: #737373. Windows color (decimal): -9931881 or 9925480. OLE color: 9925480.

HSL color Cylindrical-coordinate representation of color #687397: hue angle of 225.96º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #687397 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB104115151-
CMYK0.310.2400.41
HSL225.96º18.43%50%-
HSV(B)225.96º31.13%59.22%-
XYZ17.4317.4431.73-
YUV115.82147.86119.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 151 (59.38% from 255) = 40.81%
R=28.11%
G=31.08%
B=40.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041151510.310.2400.41225.9618.4350
Hex6873971F18029e21232
Octal15016322737300513422262
Binary1101000111001110010111111111100001010011110001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687397; }

 p { color: rgb(104,115,151); }

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

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

 a { background-color: rgb(104,115,151); }

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

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

 span { border-color: rgb(104,115,151); }

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