#61739C

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

Shades of Waikawa Grey #61739C

Tints of Waikawa Grey #61739C

Color information

#61739C (or 0x61739C) is unknown color: approx Waikawa Grey. HEX triplet: 61, 73 and 9C. RGB value is (97,115,156). Sum of RGB (Red+Green+Blue) = 97+115+156=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #61739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61739C is #9E8C63. Grayscale: #727272. Windows color (decimal): -10390628 or 10253153. OLE color: 10253153.

HSL color Cylindrical-coordinate representation of color #61739C: hue angle of 221.69º 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 #61739C is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97115156-
CMYK0.380.2600.39
HSL221.69º23.32%49.61%-
HSV(B)221.69º37.82%61.18%-
XYZ17.0617.233.87-
YUV114.29151.54115.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 115 (45.31% from 255) = 31.25%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=26.36%
G=31.25%
B=42.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971151560.380.2600.39221.6923.3249.61
Hex61739C261A027de1732
Octal14116323446320473362762
Binary11000011110011100111001001101101001001111101111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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