#687492

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

Shades of Waikawa Grey #687492

Tints of Waikawa Grey #687492

Color information

#687492 (or 0x687492) is unknown color: approx Waikawa Grey. HEX triplet: 68, 74 and 92. RGB value is (104,116,146). Sum of RGB (Red+Green+Blue) = 104+116+146=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #687492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687492 is #978B6D. Grayscale: #737373. Windows color (decimal): -9931630 or 9598056. OLE color: 9598056.

HSL color Cylindrical-coordinate representation of color #687492: hue angle of 222.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #687492 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB104116146-
CMYK0.290.2100.43
HSL222.86º16.8%49.02%-
HSV(B)222.86º28.77%57.25%-
XYZ17.1417.5129.67-
YUV115.83145.02119.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 116 (45.70% from 255) = 31.69%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=28.42%
G=31.69%
B=39.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041161460.290.2100.43222.8616.849.02
Hex6874921D1502Bdf1131
Octal15016422235250533372161
Binary1101000111010010010010111011010101010111101111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687492; }

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

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

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

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

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

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

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

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