#61728B

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

Shades of Waikawa Grey #61728B

Tints of Waikawa Grey #61728B

Color information

#61728B (or 0x61728B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 72 and 8B. RGB value is (97,114,139). Sum of RGB (Red+Green+Blue) = 97+114+139=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #61728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61728B is #9E8D74. Grayscale: #6F6F6F. Windows color (decimal): -10390901 or 9138785. OLE color: 9138785.

HSL color Cylindrical-coordinate representation of color #61728B: hue angle of 215.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61728B is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97114139-
CMYK0.300.1800.45
HSL215.71º17.8%46.27%-
HSV(B)215.71º30.22%54.51%-
XYZ15.6116.4426.78-
YUV111.77143.37117.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=27.71%
G=32.57%
B=39.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971141390.300.1800.45215.7117.846.27
Hex61728B1E1202Dd8122e
Octal14116221336220553302256
Binary1100001111001010001011111101001001011011101100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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