#68728A

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

Shades of Waikawa Grey #68728A

Tints of Waikawa Grey #68728A

Color information

#68728A (or 0x68728A) is unknown color: approx Waikawa Grey. HEX triplet: 68, 72 and 8A. RGB value is (104,114,138). Sum of RGB (Red+Green+Blue) = 104+114+138=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #68728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68728A is #978D75. Grayscale: #717171. Windows color (decimal): -9932150 or 9073256. OLE color: 9073256.

HSL color Cylindrical-coordinate representation of color #68728A: hue angle of 222.35º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68728A is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB104114138-
CMYK0.250.1700.46
HSL222.35º14.05%47.45%-
HSV(B)222.35º24.64%54.12%-
XYZ16.3116.8126.43-
YUV113.75141.69121.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=29.21%
G=32.02%
B=38.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041141380.250.1700.46222.3514.0547.45
Hex68728A191102Edee2f
Octal15016221231210563361657
Binary110100011100101000101011001100010101110110111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68728A; }

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

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

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

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

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

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

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

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