#687593

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

Shades of Waikawa Grey #687593

Tints of Waikawa Grey #687593

Color information

#687593 (or 0x687593) is unknown color: approx Waikawa Grey. HEX triplet: 68, 75 and 93. RGB value is (104,117,147). Sum of RGB (Red+Green+Blue) = 104+117+147=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #687593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687593 is #978A6C. Grayscale: #747474. Windows color (decimal): -9931373 or 9663848. OLE color: 9663848.

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

Color convert

RGB104117147-
CMYK0.290.2000.42
HSL221.86º17.13%49.22%-
HSV(B)221.86º29.25%57.65%-
XYZ17.3417.7730.12-
YUV116.53145.19119.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.26%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=28.26%
G=31.79%
B=39.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041171470.290.2000.42221.8617.1349.22
Hex6875931D1402Ade1131
Octal15016522335240523362161
Binary1101000111010110010011111011010001010101101111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687593; }

 p { color: rgb(104,117,147); }

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

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

 a { background-color: rgb(104,117,147); }

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

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

 span { border-color: rgb(104,117,147); }

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