#687293

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

Shades of Waikawa Grey #687293

Tints of Waikawa Grey #687293

Color information

#687293 (or 0x687293) is unknown color: approx Waikawa Grey. HEX triplet: 68, 72 and 93. RGB value is (104,114,147). Sum of RGB (Red+Green+Blue) = 104+114+147=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #687293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687293 is #978D6C. Grayscale: #727272. Windows color (decimal): -9932141 or 9663080. OLE color: 9663080.

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

Color convert

RGB104114147-
CMYK0.290.2200.42
HSL226.05º17.13%49.22%-
HSV(B)226.05º29.25%57.65%-
XYZ16.9917.0830.01-
YUV114.77146.19120.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.49%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 147 (57.81% from 255) = 40.27%
R=28.49%
G=31.23%
B=40.27%

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
Decimal1041141470.290.2200.42226.0517.1349.22
Hex6872931D1602Ae21131
Octal15016222335260523422161
Binary1101000111001010010011111011011001010101110001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687293; }

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

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

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

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

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

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

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

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