#68729D

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

Shades of Waikawa Grey #68729D

Tints of Waikawa Grey #68729D

Color information

#68729D (or 0x68729D) is unknown color: approx Waikawa Grey. HEX triplet: 68, 72 and 9D. RGB value is (104,114,157). Sum of RGB (Red+Green+Blue) = 104+114+157=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #68729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68729D is #978D62. Grayscale: #737373. Windows color (decimal): -9932131 or 10318440. OLE color: 10318440.

HSL color Cylindrical-coordinate representation of color #68729D: hue angle of 228.68º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68729D is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104114157-
CMYK0.340.2700.38
HSL228.68º21.29%51.18%-
HSV(B)228.68º33.76%61.57%-
XYZ17.8117.4134.32-
YUV115.91151.19119.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=27.73%
G=30.4%
B=41.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041141570.340.2700.38228.6821.2951.18
Hex68729D221B026e51533
Octal15016223542330463452563
Binary11010001110010100111011000101101101001101110010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68729D; }

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

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

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

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

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

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

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

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