#687093

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

Shades of Waikawa Grey #687093

Tints of Waikawa Grey #687093

Color information

#687093 (or 0x687093) is unknown color: approx Waikawa Grey. HEX triplet: 68, 70 and 93. RGB value is (104,112,147). Sum of RGB (Red+Green+Blue) = 104+112+147=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #687093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687093 is #978F6C. Grayscale: #717171. Windows color (decimal): -9932653 or 9662568. OLE color: 9662568.

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

Color convert

RGB104112147-
CMYK0.290.2400.42
HSL228.84º17.13%49.22%-
HSV(B)228.84º29.25%57.65%-
XYZ16.7716.6429.93-
YUV113.6146.85121.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 112 (44.14% from 255) = 30.85%
BLUE value IS 147 (57.81% from 255) = 40.50%
R=28.65%
G=30.85%
B=40.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041121470.290.2400.42228.8417.1349.22
Hex6870931D1802Ae51131
Octal15016022335300523452161
Binary1101000111000010010011111011100001010101110010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687093; }

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

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

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

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

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

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

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

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