#687496

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

Shades of Waikawa Grey #687496

Tints of Waikawa Grey #687496

Color information

#687496 (or 0x687496) is unknown color: approx Waikawa Grey. HEX triplet: 68, 74 and 96. RGB value is (104,116,150). Sum of RGB (Red+Green+Blue) = 104+116+150=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #687496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687496 is #978B69. Grayscale: #747474. Windows color (decimal): -9931626 or 9860200. OLE color: 9860200.

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

Color convert

RGB104116150-
CMYK0.310.2300.41
HSL224.35º18.11%49.8%-
HSV(B)224.35º30.67%58.82%-
XYZ17.4617.6431.34-
YUV116.29147.02119.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 150 (58.98% from 255) = 40.54%
R=28.11%
G=31.35%
B=40.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041161500.310.2300.41224.3518.1149.8
Hex6874961F17029e01232
Octal15016422637270513402262
Binary1101000111010010010110111111011101010011110000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687496; }

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

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

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

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

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

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

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

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