#687393

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

Shades of Waikawa Grey #687393

Tints of Waikawa Grey #687393

Color information

#687393 (or 0x687393) is unknown color: approx Waikawa Grey. HEX triplet: 68, 73 and 93. RGB value is (104,115,147). Sum of RGB (Red+Green+Blue) = 104+115+147=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #687393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687393 is #978C6C. Grayscale: #737373. Windows color (decimal): -9931885 or 9663336. OLE color: 9663336.

HSL color Cylindrical-coordinate representation of color #687393: hue angle of 224.65º 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 #687393 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104115147-
CMYK0.290.2200.42
HSL224.65º17.13%49.22%-
HSV(B)224.65º29.25%57.65%-
XYZ17.1117.3130.04-
YUV115.36145.86119.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=28.42%
G=31.42%
B=40.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041151470.290.2200.42224.6517.1349.22
Hex6873931D1602Ae11131
Octal15016322335260523412161
Binary1101000111001110010011111011011001010101110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687393; }

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

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

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

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

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

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

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

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