#61728E

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

Shades of Waikawa Grey #61728E

Tints of Waikawa Grey #61728E

Color information

#61728E (or 0x61728E) is unknown color: approx Waikawa Grey. HEX triplet: 61, 72 and 8E. RGB value is (97,114,142). Sum of RGB (Red+Green+Blue) = 97+114+142=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #61728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61728E is #9E8D71. Grayscale: #6F6F6F. Windows color (decimal): -10390898 or 9335393. OLE color: 9335393.

HSL color Cylindrical-coordinate representation of color #61728E: hue angle of 217.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61728E is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97114142-
CMYK0.320.2000.44
HSL217.33º18.83%46.86%-
HSV(B)217.33º31.69%55.69%-
XYZ15.8316.5327.95-
YUV112.11144.87117.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=27.48%
G=32.29%
B=40.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971141420.320.2000.44217.3318.8346.86
Hex61728E201402Cd9132f
Octal14116221640240543312357
Binary11000011110010100011101000001010001011001101100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61728E; }

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

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

<style>
 a { background-color: #61728E; }

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

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

<style>
 span { border-color: #61728E; }

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

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