#687096

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

Shades of Waikawa Grey #687096

Tints of Waikawa Grey #687096

Color information

#687096 (or 0x687096) is unknown color: approx Waikawa Grey. HEX triplet: 68, 70 and 96. RGB value is (104,112,150). Sum of RGB (Red+Green+Blue) = 104+112+150=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #687096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687096 is #978F69. Grayscale: #717171. Windows color (decimal): -9932650 or 9859176. OLE color: 9859176.

HSL color Cylindrical-coordinate representation of color #687096: hue angle of 229.57º 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 #687096 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB104112150-
CMYK0.310.2500.41
HSL229.57º18.11%49.8%-
HSV(B)229.57º30.67%58.82%-
XYZ17.0116.7331.19-
YUV113.94148.35120.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=28.42%
G=30.60%
B=40.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041121500.310.2500.41229.5718.1149.8
Hex6870961F19029e61232
Octal15016022637310513462262
Binary1101000111000010010110111111100101010011110011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687096; }

 p { color: rgb(104,112,150); }

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

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

 a { background-color: rgb(104,112,150); }

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

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

 span { border-color: rgb(104,112,150); }

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