#61729C

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

Shades of Waikawa Grey #61729C

Tints of Waikawa Grey #61729C

Color information

#61729C (or 0x61729C) is unknown color: approx Waikawa Grey. HEX triplet: 61, 72 and 9C. RGB value is (97,114,156). Sum of RGB (Red+Green+Blue) = 97+114+156=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #61729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61729C is #9E8D63. Grayscale: #717171. Windows color (decimal): -10390884 or 10252897. OLE color: 10252897.

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

Color convert

RGB97114156-
CMYK0.380.2700.39
HSL222.71º23.32%49.61%-
HSV(B)222.71º37.82%61.18%-
XYZ16.9516.9833.84-
YUV113.7151.87116.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=26.43%
G=31.06%
B=42.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971141560.380.2700.39222.7123.3249.61
Hex61729C261B027df1732
Octal14116223446330473372762
Binary11000011110010100111001001101101101001111101111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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