#68729C

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

Shades of Waikawa Grey #68729C

Tints of Waikawa Grey #68729C

Color information

#68729C (or 0x68729C) is unknown color: approx Waikawa Grey. HEX triplet: 68, 72 and 9C. RGB value is (104,114,156). Sum of RGB (Red+Green+Blue) = 104+114+156=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #68729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68729C is #978D63. Grayscale: #737373. Windows color (decimal): -9932132 or 10252904. OLE color: 10252904.

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

Color convert

RGB104114156-
CMYK0.330.2700.39
HSL228.46º20.8%50.98%-
HSV(B)228.46º33.33%61.18%-
XYZ17.7317.3833.87-
YUV115.8150.69119.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.81%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=27.81%
G=30.48%
B=41.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041141560.330.2700.39228.4620.850.98
Hex68729C211B027e41533
Octal15016223441330473442563
Binary11010001110010100111001000011101101001111110010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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